Spaces:
Runtime error
Runtime error
Commit ·
11dd22e
1
Parent(s): 6eeab22
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def generate_response(question, file):
|
|
| 29 |
return response
|
| 30 |
|
| 31 |
# Define the input and output interfaces
|
| 32 |
-
title = "
|
| 33 |
csv_file = gr.inputs.File(label="CSV File")
|
| 34 |
question = gr.inputs.Textbox(label="Question")
|
| 35 |
output_text = gr.outputs.Textbox(label="Response")
|
|
|
|
| 29 |
return response
|
| 30 |
|
| 31 |
# Define the input and output interfaces
|
| 32 |
+
title = "Data Detective: Ask questions directly to your data"
|
| 33 |
csv_file = gr.inputs.File(label="CSV File")
|
| 34 |
question = gr.inputs.Textbox(label="Question")
|
| 35 |
output_text = gr.outputs.Textbox(label="Response")
|