Spaces:
Sleeping
Sleeping
update it for write
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ if submit1:
|
|
132 |
# show the plot on the user side
|
133 |
str(response)
|
134 |
result = eval(response)
|
135 |
-
st.
|
136 |
|
137 |
if submit2:
|
138 |
prompt2 = f"""
|
|
|
132 |
# show the plot on the user side
|
133 |
str(response)
|
134 |
result = eval(response)
|
135 |
+
st.write(result)
|
136 |
|
137 |
if submit2:
|
138 |
prompt2 = f"""
|