Update app.py
Browse files
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...")
|
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")
|