umair894 commited on
Commit
117896a
·
1 Parent(s): 5c54490

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -35,3 +35,4 @@ iface = gr.Interface(
35
  title="CSV QA App",
36
  description="Upload a CSV file and ask a question about the data.",
37
  )
 
 
35
  title="CSV QA App",
36
  description="Upload a CSV file and ask a question about the data.",
37
  )
38
+ iface.launch()