avin1103 commited on
Commit
8615f0c
·
1 Parent(s): 7117f94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -327,9 +327,9 @@ with gr.Blocks(css=CSS) as demo:
327
  )
328
 
329
  with gr.Column() as col:
330
- gr.Markdown("## 2. Ask a question")
331
  question = gr.Textbox(
332
- label="Question",
333
  placeholder="e.g. What is the invoice number?",
334
  lines=1,
335
  max_lines=1,
 
327
  )
328
 
329
  with gr.Column() as col:
330
+ gr.Markdown("## 2. How can I help?")
331
  question = gr.Textbox(
332
+ label="Ask a questions",
333
  placeholder="e.g. What is the invoice number?",
334
  lines=1,
335
  max_lines=1,