Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
|
132 |
gr.Markdown(topics) # Show the topics on the left side
|
133 |
with gr.Row():
|
134 |
with gr.Column():
|
135 |
-
question = gr.Textbox(label="Your question", placeholder="
|
136 |
answer = gr.Textbox(label="ChessBot Response", placeholder="ChessBot will respond here...", interactive=False, lines=10)
|
137 |
submit_button = gr.Button("Submit")
|
138 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
|
|
132 |
gr.Markdown(topics) # Show the topics on the left side
|
133 |
with gr.Row():
|
134 |
with gr.Column():
|
135 |
+
question = gr.Textbox(label="Your question", placeholder="Give me your information...")
|
136 |
answer = gr.Textbox(label="ChessBot Response", placeholder="ChessBot will respond here...", interactive=False, lines=10)
|
137 |
submit_button = gr.Button("Submit")
|
138 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|