Kc-12 commited on
Commit
88ac7ef
1 Parent(s): 9e58709

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def main():
111
  with placeholder.container():
112
  st.write(streamed_result)
113
  time.sleep(0.1)
114
- if st.button('Clear Output'):
115
  placeholder = st.empty()
116
 
117
  st.markdown('####')
 
111
  with placeholder.container():
112
  st.write(streamed_result)
113
  time.sleep(0.1)
114
+ if st.button('Clear Output'):
115
  placeholder = st.empty()
116
 
117
  st.markdown('####')