Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -359,7 +359,6 @@ def perform_ai_lookup(q, vocal_summary=True, extended_refs=False, titles_summary
|
|
| 359 |
return result
|
| 360 |
|
| 361 |
def main():
|
| 362 |
-
st.sidebar.markdown("### 🚲BikeAI🏆 ArXiv Voice Research")
|
| 363 |
st.session_state['user_name'] = st.selectbox("Current User:", USER_NAMES, index=0)
|
| 364 |
|
| 365 |
# Display saved files in sidebar
|
|
|
|
| 359 |
return result
|
| 360 |
|
| 361 |
def main():
|
|
|
|
| 362 |
st.session_state['user_name'] = st.selectbox("Current User:", USER_NAMES, index=0)
|
| 363 |
|
| 364 |
# Display saved files in sidebar
|