Spaces:
Runtime error
Runtime error
Commit
·
c31ffcf
1
Parent(s):
e61f9fd
Rename app.py to app-Original.py
Browse files- app.py → app-Original.py +3 -1
app.py → app-Original.py
RENAMED
|
@@ -28,8 +28,10 @@ def chat():
|
|
| 28 |
initial_response="hello"
|
| 29 |
#return jsonify({'response': initial_response})
|
| 30 |
return {'response': initial_response}
|
|
|
|
| 31 |
|
| 32 |
if __name__ == '__main__':
|
| 33 |
#app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))
|
| 34 |
#app.run(host='0.0.0.0', port=7860)
|
| 35 |
-
app.run(host='0.0.0.0', port=7860)
|
|
|
|
|
|
| 28 |
initial_response="hello"
|
| 29 |
#return jsonify({'response': initial_response})
|
| 30 |
return {'response': initial_response}
|
| 31 |
+
#Working!!!
|
| 32 |
|
| 33 |
if __name__ == '__main__':
|
| 34 |
#app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))
|
| 35 |
#app.run(host='0.0.0.0', port=7860)
|
| 36 |
+
app.run(host='0.0.0.0', port=7860)
|
| 37 |
+
#Working!!!
|