Spaces:
Sleeping
Sleeping
Commit ยท
5237314
1
Parent(s): 945b9e4
commit
Browse files
app.py
CHANGED
|
@@ -225,7 +225,7 @@ iface = gr.Interface(
|
|
| 225 |
inputs=gr.Textbox(label="๐ Enter a topic youโd like information about"),
|
| 226 |
outputs=gr.Textbox(label="๐ Search summary", lines=15),
|
| 227 |
title="๐ค InfoSort",
|
| 228 |
-
description="
|
| 229 |
)
|
| 230 |
iface.launch(share=True)
|
| 231 |
|
|
|
|
| 225 |
inputs=gr.Textbox(label="๐ Enter a topic youโd like information about"),
|
| 226 |
outputs=gr.Textbox(label="๐ Search summary", lines=15),
|
| 227 |
title="๐ค InfoSort",
|
| 228 |
+
description="Searches, Sorts, Summarizes."
|
| 229 |
)
|
| 230 |
iface.launch(share=True)
|
| 231 |
|