Spaces:
Runtime error
Runtime error
Commit
·
3b4f3a7
1
Parent(s):
fc087c3
removing allow flag
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def submitFeedback(correctOrWrong, plantName, userData):
|
|
106 |
|
107 |
saveStats(correctOrWrong)
|
108 |
|
109 |
-
with gr.Blocks(
|
110 |
|
111 |
gr.Markdown(
|
112 |
"""
|
|
|
106 |
|
107 |
saveStats(correctOrWrong)
|
108 |
|
109 |
+
with gr.Blocks() as app :
|
110 |
|
111 |
gr.Markdown(
|
112 |
"""
|