Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ def summarize_text(payload):
|
|
| 39 |
|
| 40 |
# Start of the app code
|
| 41 |
|
| 42 |
-
|
| 43 |
|
| 44 |
with tab_your_paper:
|
| 45 |
html("", height=10)
|
|
|
|
| 39 |
|
| 40 |
# Start of the app code
|
| 41 |
|
| 42 |
+
tab_your_paper, tab_general_topics = st.tabs(["Summarize your paper(s)", "Research topics"])
|
| 43 |
|
| 44 |
with tab_your_paper:
|
| 45 |
html("", height=10)
|