Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,9 +30,9 @@ def update_repository():
|
|
30 |
print("Updating repository")
|
31 |
|
32 |
|
33 |
-
@ app.route('/')
|
34 |
def index():
|
35 |
-
return app.send_static_file('
|
36 |
|
37 |
|
38 |
|
|
|
30 |
print("Updating repository")
|
31 |
|
32 |
|
33 |
+
@ app.route('/operacao')
|
34 |
def index():
|
35 |
+
return app.send_static_file('operacao.html')
|
36 |
|
37 |
|
38 |
|