Atharva Prashant Pawar commited on
Commit
4e6eff0
·
1 Parent(s): d3f3542
Files changed (1) hide show
  1. app.py +3 -3
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
- st.run()
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