Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,5 +97,4 @@ if st.button("Run"):
|
|
97 |
for error in result["error"]:
|
98 |
st.write(f'{error}')
|
99 |
else:
|
100 |
-
|
101 |
-
st.write(result)
|
|
|
97 |
for error in result["error"]:
|
98 |
st.write(f'{error}')
|
99 |
else:
|
100 |
+
print("hey")
|
|