Gyufyjk commited on
Commit
7bf8699
·
verified ·
1 Parent(s): cac7752

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ with gr.Blocks(css=css) as demo:
42
  gr.Markdown("<p style='text-align: center;'>Enhanced Design with Custom CSS</p>")
43
  chatbot = gr.Chatbot()
44
  with gr.Row():
45
- txt = gr.Textbox(show_label=False, placeholder="Type a message...").style(container=False)
46
  submit_btn = gr.Button("Submit")
47
  with gr.Accordion("Settings", open=False):
48
  temperature = gr.Slider(0, 1, value=0.9, step=0.1, label="Temperature")
 
42
  gr.Markdown("<p style='text-align: center;'>Enhanced Design with Custom CSS</p>")
43
  chatbot = gr.Chatbot()
44
  with gr.Row():
45
+ txt = gr.Textbox(show_label=False, placeholder="Type a message...")
46
  submit_btn = gr.Button("Submit")
47
  with gr.Accordion("Settings", open=False):
48
  temperature = gr.Slider(0, 1, value=0.9, step=0.1, label="Temperature")