TejAndrewsACC commited on
Commit
9dcc4db
·
verified ·
1 Parent(s): a540105

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -183,10 +183,10 @@ with gr.Blocks() as app:
183
 
184
  with gr.Row():
185
  with gr.Column(scale=1):
186
- user_input = gr.Textbox(label="What will you say to Gertrude?", placeholder="Type something here...")
187
- submit_button = gr.Button("Send")
188
  with gr.Column(scale=1):
189
- chatbot = gr.Textbox(label="Gertrude's Response", interactive=False) # This is now a Textbox for output
190
 
191
  # Adding custom styling for the UI
192
  gr.HTML("""
 
183
 
184
  with gr.Row():
185
  with gr.Column(scale=1):
186
+ user_input = gr.Textbox(label="🎙️What will you say to Gertrude?🎙️", placeholder="⌨️Type something here...")
187
+ submit_button = gr.Button("💬Send💬")
188
  with gr.Column(scale=1):
189
+ chatbot = gr.Textbox(label="🤖Gertrude's Response:", interactive=False) # This is now a Textbox for output
190
 
191
  # Adding custom styling for the UI
192
  gr.HTML("""