NBayer commited on
Commit
274b11e
·
1 Parent(s): e8ec388

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def summarize_text(payload):
39
 
40
  # Start of the app code
41
 
42
- tab_general_topics, tab_your_paper = st.tabs(["Research topics", "Summarize your paper(s)"])
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)