Spaces:
Sleeping
Sleeping
RohitMidha23 commited on
Commit ·
6f44e10
1
Parent(s): d5436c7
desc update
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import gradio as gr
|
|
| 3 |
|
| 4 |
|
| 5 |
def main():
|
| 6 |
-
description = "A
|
| 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"),
|