ryanmiyazato commited on
Commit
8fb985a
·
verified ·
1 Parent(s): baf8d37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ def qa_pipeline(question):
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)
 
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)