nharshavardhana commited on
Commit
5237314
ยท
1 Parent(s): 945b9e4
Files changed (1) hide show
  1. app.py +1 -1
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="searches, sorts, summarizes."
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