Spaces:
Runtime error
Runtime error
Line 62 Indentation error fix
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks() as demo:
|
|
60 |
),
|
61 |
],
|
62 |
)
|
63 |
-
|
64 |
chat_2 = gr.ChatInterface(
|
65 |
respond,
|
66 |
additional_inputs=[
|
|
|
60 |
),
|
61 |
],
|
62 |
)
|
63 |
+
with gr.Row():
|
64 |
chat_2 = gr.ChatInterface(
|
65 |
respond,
|
66 |
additional_inputs=[
|