Darian Sawali commited on
Commit
65477fd
·
1 Parent(s): 85bfa25

small fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ demo = gr.Interface(
9
  inputs=gr.Textbox(
10
  lines=2,
11
  label="Ask about regional news",
12
- placeholder="e.g., What's happening with BC forestry?"
13
  ),
14
  outputs="text",
15
  title="Regional News RAG Chatbot",
 
9
  inputs=gr.Textbox(
10
  lines=2,
11
  label="Ask about regional news",
12
+ placeholder=""
13
  ),
14
  outputs="text",
15
  title="Regional News RAG Chatbot",