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