RohitMidha23 commited on
Commit
6f44e10
1 Parent(s): d5436c7

desc update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
 
4
 
5
  def main():
6
- description = "A quick and easy way to understand and talk to your data!"
7
 
8
  iface = gr.Interface(fn=infer,
9
  inputs=[gr.Textbox(label="Query"),
 
3
 
4
 
5
  def main():
6
+ description = "A simple way to understand and talk to your data!"
7
 
8
  iface = gr.Interface(fn=infer,
9
  inputs=[gr.Textbox(label="Query"),