Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -169,7 +169,7 @@ def qa_pipeline(question):
|
|
| 169 |
|
| 170 |
|
| 171 |
with gr.Blocks(title="DustLook") as demo:
|
| 172 |
-
gr.Markdown("##
|
| 173 |
q = gr.Textbox(label="Ask a question:", placeholder="e.g., What is a Roman Cancel?")
|
| 174 |
top = gr.HTML(label="Top Matches")
|
| 175 |
out = gr.Textbox(label="LLM Answer", lines=15, interactive=False, show_copy_button=True)
|
|
|
|
| 169 |
|
| 170 |
|
| 171 |
with gr.Blocks(title="DustLook") as demo:
|
| 172 |
+
gr.Markdown("## DustLook\nAsk about any fighting game term.")
|
| 173 |
q = gr.Textbox(label="Ask a question:", placeholder="e.g., What is a Roman Cancel?")
|
| 174 |
top = gr.HTML(label="Top Matches")
|
| 175 |
out = gr.Textbox(label="LLM Answer", lines=15, interactive=False, show_copy_button=True)
|