Update app.py
Browse files
app.py
CHANGED
@@ -73,8 +73,8 @@ def selenium(message):
|
|
73 |
|
74 |
iface = gr.Interface(
|
75 |
fn=selenium,
|
76 |
-
inputs=
|
77 |
-
outputs=
|
78 |
title="perplexity.ai",
|
79 |
description="get answer from perplexity"
|
80 |
)
|
|
|
73 |
|
74 |
iface = gr.Interface(
|
75 |
fn=selenium,
|
76 |
+
inputs="text",
|
77 |
+
outputs="text",
|
78 |
title="perplexity.ai",
|
79 |
description="get answer from perplexity"
|
80 |
)
|