Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,6 @@ def index():
|
|
23 |
|
24 |
return render_template('index.html',upload=False)
|
25 |
|
26 |
-
|
27 |
if __name__ =="__main__":
|
28 |
app.run(debug=True)
|
|
|
23 |
|
24 |
return render_template('index.html',upload=False)
|
25 |
|
26 |
+
#
|
27 |
if __name__ =="__main__":
|
28 |
app.run(debug=True)
|