RajuKandasamy commited on
Commit
b5b80dc
1 Parent(s): 5a9dafa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ chatbot_service = ChatbotService()
40
  with gr.Blocks() as demo:
41
  chatbot = gr.Chatbot()
42
  with gr.Row():
43
- msg = gr.Textbox(placeholder="Type your message here...", inputs="text",outputs="text", label="Venba first Stanza:")
44
  run = gr.Button("Run")
45
  examples_dropdown = gr.Dropdown(choices=example_questions, label="Select an example prompt")
46
  examples_dropdown.change(fn=lambda x: x, inputs=examples_dropdown, outputs=msg)
 
40
  with gr.Blocks() as demo:
41
  chatbot = gr.Chatbot()
42
  with gr.Row():
43
+ msg = gr.Textbox(placeholder="Type your message here...", label="Venba first Stanza:")
44
  run = gr.Button("Run")
45
  examples_dropdown = gr.Dropdown(choices=example_questions, label="Select an example prompt")
46
  examples_dropdown.change(fn=lambda x: x, inputs=examples_dropdown, outputs=msg)