Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ additional_inputs=[
|
|
71 |
)
|
72 |
]
|
73 |
|
74 |
-
with gr.Blocks(
|
75 |
chatbot.like(vote, None, None)
|
76 |
|
77 |
if __name__ == "__main__":
|
|
|
71 |
)
|
72 |
]
|
73 |
|
74 |
+
with gr.Blocks() as demo:
|
75 |
chatbot.like(vote, None, None)
|
76 |
|
77 |
if __name__ == "__main__":
|