Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
ef24795
1
Parent(s):
044bdee
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ def handle_api():
|
|
190 |
|
191 |
|
192 |
@app.route('/graf_json', methods=['GET'])
|
193 |
-
def
|
194 |
return render_template('graf.html')
|
195 |
|
196 |
|
|
|
190 |
|
191 |
|
192 |
@app.route('/graf_json', methods=['GET'])
|
193 |
+
def graf_json():
|
194 |
return render_template('graf.html')
|
195 |
|
196 |
|