Omnibus commited on
Commit
f1ba07f
1 Parent(s): 03bb47d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks() as app:
52
  with gr.Row():
53
  with gr.Column(scale=2):
54
  chat_b = gr.Chatbot()
55
- with gr.Column(scale=1)
56
  with gr.Group():
57
  inp = gr.Textbox(label="Prompt")
58
  sys_inp = gr.Textbox(label="System Prompt")
 
52
  with gr.Row():
53
  with gr.Column(scale=2):
54
  chat_b = gr.Chatbot()
55
+ with gr.Column(scale=1):
56
  with gr.Group():
57
  inp = gr.Textbox(label="Prompt")
58
  sys_inp = gr.Textbox(label="System Prompt")