Migu3low commited on
Commit
23448a0
·
verified ·
1 Parent(s): 2de5b72

Line 62 Indentation error fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks() as demo:
60
  ),
61
  ],
62
  )
63
- with gr.Row():
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=[