venthan commited on
Commit
85871a1
·
verified ·
1 Parent(s): 2cfd0bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ with gr.Blocks(css=css) as demo:
96
  with gr.Row():
97
  with gr.Column(scale=7):
98
  btn_clear_conversation = gr.Button("🔃 Start New Conversation")
99
- input_message = gr.Textbox(show_label=False, placeholder="Enter text and press enter", visible=True).style(container=False)
100
  btn_submit = gr.Button("Submit")
101
  chatbot = gr.Chatbot(elem_id="chatbox")
102
  table = gr.Markdown()
 
96
  with gr.Row():
97
  with gr.Column(scale=7):
98
  btn_clear_conversation = gr.Button("🔃 Start New Conversation")
99
+ input_message = gr.Textbox(show_label=False, placeholder="Enter text and press enter", visible=True)
100
  btn_submit = gr.Button("Submit")
101
  chatbot = gr.Chatbot(elem_id="chatbox")
102
  table = gr.Markdown()