Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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
|
| 234 |
main()
|
|
|
|
| 230 |
)
|
| 231 |
st.write(resp.choices[0].message.content)
|
| 232 |
|
| 233 |
+
if __name__ == "__main__":
|
| 234 |
main()
|