DataWizard9742 commited on
Commit
e171752
·
verified ·
1 Parent(s): 37f7d78

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -230,5 +230,5 @@ def main():
230
  )
231
  st.write(resp.choices[0].message.content)
232
 
233
- if _name_ == "_main_":
234
  main()
 
230
  )
231
  st.write(resp.choices[0].message.content)
232
 
233
+ if __name__ == "__main__":
234
  main()