manika07 commited on
Commit
83574a2
Β·
1 Parent(s): 987f7bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ st.sidebar.text("Download the tagged results as a CSV file.")
41
  st.title("About")
42
  st.subheader("You can tag your input CSV file of theses and dissertations with Library Science, Archival Studies, and Information Science categories. The screen will show the output.")
43
 
44
- tab1, tab2, tab3 = st.tabs(["πŸ“ˆ Load Data", "πŸ“ƒ Tagged ETDs", "πŸ““ Download Data"])
45
  with tab1:
46
  #===load data===
47
  if uploaded_file is not None:
 
41
  st.title("About")
42
  st.subheader("You can tag your input CSV file of theses and dissertations with Library Science, Archival Studies, and Information Science categories. The screen will show the output.")
43
 
44
+ tab1, tab2, tab3 = st.tabs(["πŸ“ˆ Load Data", "πŸ“ƒ Tagged ETDs", "πŸ““ Download Data"])
45
  with tab1:
46
  #===load data===
47
  if uploaded_file is not None: