Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def main():
|
|
11 |
# clicked==True only when the button is clicked
|
12 |
clicked = st.form_submit_button("Submit")
|
13 |
if clicked:
|
14 |
-
results =
|
15 |
st.json(results)
|
16 |
|
17 |
if __name__ == "__main__":
|
|
|
11 |
# clicked==True only when the button is clicked
|
12 |
clicked = st.form_submit_button("Submit")
|
13 |
if clicked:
|
14 |
+
results = text
|
15 |
st.json(results)
|
16 |
|
17 |
if __name__ == "__main__":
|