Didier commited on
Commit
29d567f
·
verified ·
1 Parent(s): 6f7cb14

Update app.py

Browse files

Changing one label.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks() as demo:
94
 
95
  # Question to answer
96
  question = gr.Textbox(
97
- label="Question about the content of the documents uploaded",
98
  placeholder="How do tax administrations address aggressive tax planning by HNWIs?"
99
  )
100
  response = gr.Textbox(
 
94
 
95
  # Question to answer
96
  question = gr.Textbox(
97
+ label="Question",
98
  placeholder="How do tax administrations address aggressive tax planning by HNWIs?"
99
  )
100
  response = gr.Textbox(