mgokg commited on
Commit
3f8a236
·
verified ·
1 Parent(s): ffe9537

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,8 +73,8 @@ def selenium(message):
73
 
74
  iface = gr.Interface(
75
  fn=selenium,
76
- inputs=gr.Textbox(label="Ort", value=""),
77
- outputs=gr.Textbox(),
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
  )