basantyahya commited on
Commit
e940eb8
·
verified ·
1 Parent(s): c2b69c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -117,12 +117,7 @@ with gr.Blocks(css=custom_css) as app:
117
  js=custom_js
118
  )
119
 
120
- # Enter key submit
121
- question.submit(
122
- fn=google_search_query,
123
- inputs=[question],
124
- outputs=[ai_output, search_output],
125
- )
126
 
127
  # =========================================================
128
  # Launch (HF SAFE)
 
117
  js=custom_js
118
  )
119
 
120
+
 
 
 
 
 
121
 
122
  # =========================================================
123
  # Launch (HF SAFE)