Vihang28 commited on
Commit
88a5426
·
verified ·
1 Parent(s): 0cb6c65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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
- 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() != "":
 
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() != "":