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