Quazim0t0 commited on
Commit
5a7d50d
·
verified ·
1 Parent(s): 0f6a8d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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(