Rahatara commited on
Commit
953bda1
·
verified ·
1 Parent(s): ac7cbe9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks(theme="earneleh/paris") as demo:
123
  gr.HTML(SUBTITLE)
124
  with gr.Row():
125
  user_input = gr.Textbox(label="Enter your question", placeholder="Ask anything about technology, science, etc.")
126
- submit_button = gr.Button("Generate Chatbot Response")
127
 
128
  with gr.Row():
129
  response_output = gr.Textbox(label="Chatbot Response", placeholder="Response will appear here.", lines=10)
 
123
  gr.HTML(SUBTITLE)
124
  with gr.Row():
125
  user_input = gr.Textbox(label="Enter your question", placeholder="Ask anything about technology, science, etc.")
126
+ submit_button = gr.Button("🫗Get your shot (answer)")
127
 
128
  with gr.Row():
129
  response_output = gr.Textbox(label="Chatbot Response", placeholder="Response will appear here.", lines=10)