rahul7star commited on
Commit
3912f7f
·
verified ·
1 Parent(s): b351000

Update app_qwen.py

Browse files
Files changed (1) hide show
  1. app_qwen.py +1 -2
app_qwen.py CHANGED
@@ -163,8 +163,7 @@ def reset_chat():
163
  # =========================================================
164
  def build_ui():
165
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
166
- gr.Markdown("## 📄 OhamLab Document Q&A")
167
-
168
  chatbot = gr.Chatbot(
169
  height=420,
170
  type="tuples",
 
163
  # =========================================================
164
  def build_ui():
165
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
166
+
 
167
  chatbot = gr.Chatbot(
168
  height=420,
169
  type="tuples",