Update app.py
Browse files
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 =
|
| 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 👆", ""
|