Samarth991 commited on
Commit
eb6a096
·
verified ·
1 Parent(s): fae3999

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ with gr.Blocks(css=css) as demo:
152
  chatbot = gr.Chatbot(height=270)
153
 
154
  with gr.Row():
155
- question = gr.Textbox(label="Type your question !",lines=1).style(full_width=True)
156
  with gr.Row():
157
  submit_btn = gr.Button(value="Send message", variant="primary", scale = 1)
158
  clean_chat_btn = gr.Button("Delete Chat")
 
152
  chatbot = gr.Chatbot(height=270)
153
 
154
  with gr.Row():
155
+ question = gr.Textbox(label="Type your question !",lines=1)
156
  with gr.Row():
157
  submit_btn = gr.Button(value="Send message", variant="primary", scale = 1)
158
  clean_chat_btn = gr.Button("Delete Chat")