Spaces:
Sleeping
Sleeping
Update app.py
Browse filesChanging one label.
app.py
CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks() as demo:
|
|
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(
|
|
|
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(
|