Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -270,12 +270,12 @@ with gr.Blocks() as demo:
|
|
270 |
|
271 |
### SQL to CSV File Conversion
|
272 |
https://tableconvert.com/sql-to-csv
|
273 |
-
|
274 |
-
### Will work on the handling of SQL files soon.
|
275 |
|
276 |
|
277 |
### Try it out! Upload a CSV file and then ask a question about the data!
|
278 |
-
|
|
|
279 |
""")
|
280 |
|
281 |
file_input = gr.File(
|
|
|
270 |
|
271 |
### SQL to CSV File Conversion
|
272 |
https://tableconvert.com/sql-to-csv
|
273 |
+
- Will work on the handling of SQL files soon.
|
|
|
274 |
|
275 |
|
276 |
### Try it out! Upload a CSV file and then ask a question about the data!
|
277 |
+
- There is issues with the UI displaying the answer correctly, some questions such as "How many Customers are located in Korea?"
|
278 |
+
The right answer will appear in the logs, but throws an error on the "Results" section.
|
279 |
""")
|
280 |
|
281 |
file_input = gr.File(
|