Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,6 +42,9 @@ def get_text():
|
|
42 |
return disease
|
43 |
|
44 |
|
|
|
|
|
|
|
45 |
# if __name__ == '__app__':
|
46 |
# app.run(host='192.168.1.7', port=5000 )
|
47 |
if __name__ == '__app__':
|
|
|
42 |
return disease
|
43 |
|
44 |
|
45 |
+
@app.route('/get')
|
46 |
+
return "hello world"
|
47 |
+
|
48 |
# if __name__ == '__app__':
|
49 |
# app.run(host='192.168.1.7', port=5000 )
|
50 |
if __name__ == '__app__':
|