Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,12 +41,12 @@ with col1:
|
|
41 |
col3, col4 = st.columns(spec=[0.5,0.5])
|
42 |
with col3:
|
43 |
all_data = st.button("Submit")
|
44 |
-
with col4:
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
with col2:
|
51 |
if all_data:
|
52 |
if input_file is not None and search_term.strip() != "":
|
|
|
41 |
col3, col4 = st.columns(spec=[0.5,0.5])
|
42 |
with col3:
|
43 |
all_data = st.button("Submit")
|
44 |
+
# with col4:
|
45 |
+
# st.write("")
|
46 |
+
# clear_button = st.button("Clear")
|
47 |
+
# if clear_button:
|
48 |
+
# input_file = None
|
49 |
+
# search_term = ""
|
50 |
with col2:
|
51 |
if all_data:
|
52 |
if input_file is not None and search_term.strip() != "":
|