Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ demo = gr.ChatInterface(
|
|
62 |
|
63 |
|
64 |
if __name__ == "__main__":
|
65 |
-
with gr.Blocks()
|
66 |
# Adding a label at the top of the page
|
67 |
gr.Markdown(
|
68 |
"""
|
|
|
62 |
|
63 |
|
64 |
if __name__ == "__main__":
|
65 |
+
with gr.Blocks():
|
66 |
# Adding a label at the top of the page
|
67 |
gr.Markdown(
|
68 |
"""
|