mgokg commited on
Commit
6ca8163
·
verified ·
1 Parent(s): 92796cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -52,11 +52,11 @@ def selenium(message):
52
  finally:
53
  if wd:
54
  wd.quit()
55
-
56
- iface = gr.Interface(
57
  fn=selenium,
58
  inputs="text",
59
- outputs"text"
60
  #title="perplexity.ai",
61
  #description="Websuche"
62
  )
 
52
  finally:
53
  if wd:
54
  wd.quit()
55
+
56
+ iface = gr.Interface(
57
  fn=selenium,
58
  inputs="text",
59
+ outputs="text",
60
  #title="perplexity.ai",
61
  #description="Websuche"
62
  )