basantyahya commited on
Commit
a908793
·
verified ·
1 Parent(s): 716fbb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ custom_js = """
51
  def google_search_query(question):
52
  try:
53
  # Normalize input (important for Gradio + JS)
54
- question = (question).strip()
55
 
56
  if question == "":
57
  return "Please type a question above 👆", ""
 
51
  def google_search_query(question):
52
  try:
53
  # Normalize input (important for Gradio + JS)
54
+ question =question
55
 
56
  if question == "":
57
  return "Please type a question above 👆", ""