Spaces:
Runtime error
Runtime error
Atharva Prashant Pawar
commited on
Commit
·
4e6eff0
1
Parent(s):
d3f3542
v1
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ if instruction:
|
|
29 |
for response in responses:
|
30 |
st.write(response)
|
31 |
|
32 |
-
# Finally, run the Streamlit app
|
33 |
-
if __name__ == "__main__":
|
34 |
-
|
35 |
|
|
|
29 |
for response in responses:
|
30 |
st.write(response)
|
31 |
|
32 |
+
# # Finally, run the Streamlit app
|
33 |
+
# if __name__ == "__main__":
|
34 |
+
# st.run()
|
35 |
|