Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ with gr.Blocks(css="""
|
|
| 73 |
|
| 74 |
# Question input
|
| 75 |
question = gr.Textbox(
|
| 76 |
-
label="Ask a question about
|
| 77 |
placeholder="e.g., What was the total revenue in 2023?"
|
| 78 |
)
|
| 79 |
|
|
|
|
| 73 |
|
| 74 |
# Question input
|
| 75 |
question = gr.Textbox(
|
| 76 |
+
label="Ask a question about Nice's 2023-2024 financials:",
|
| 77 |
placeholder="e.g., What was the total revenue in 2023?"
|
| 78 |
)
|
| 79 |
|