Spaces:
Sleeping
Sleeping
Commit ยท
945b9e4
1
Parent(s): ee6cf55
commit
Browse files
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="๐
|
| 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 |
)
|