nharshavardhana commited on
Commit
945b9e4
ยท
1 Parent(s): ee6cf55
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -223,7 +223,7 @@ def analyze_text(input_text: str):
223
  iface = gr.Interface(
224
  fn=analyze_text,
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
  )
 
223
  iface = gr.Interface(
224
  fn=analyze_text,
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
  )