Update app.py
Browse files
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 |
-
|
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:
|