Pezh commited on
Commit
6cf1426
1 Parent(s): 5d432e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -45,7 +45,8 @@ l=[]
45
  l.append(response)
46
 
47
  #to_markdown(response.text)
48
-
 
49
  # Set up the title of the app
50
  #st.title('Simple Streamlit App')
51
 
 
45
  l.append(response)
46
 
47
  #to_markdown(response.text)
48
+ if st.button('Button'):
49
+ st.write(l[0])
50
  # Set up the title of the app
51
  #st.title('Simple Streamlit App')
52