Skip to content

Commit

Permalink
app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Srujanrana07 authored Mar 25, 2024
1 parent b6dcc6d commit c771251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myenv/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ def chat():


if __name__ == '__main__':
app.run(debug=True)
app.run(debug=False,host='0.0.0.0')

0 comments on commit c771251

Please sign in to comment.