fudii0921 commited on
Commit
64bfcec
·
verified ·
1 Parent(s): 0b70bd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -294,7 +294,7 @@ def generate_response(prompt):
294
  return f"An error occurred: {e}"
295
 
296
  # --- Gradio UI Block ---
297
- with gr.Blocks(title="Gemini API with Google Search", css=css ) as gsearch:
298
  gr.Markdown(
299
  """
300
  # 🗾 Map Search Tool
@@ -329,4 +329,4 @@ with gr.Blocks(title="Gemini API with Google Search", css=css ) as gsearch:
329
 
330
  # Launch the Gradio app
331
  if __name__ == "__main__":
332
- gsearch.launch(favicon_path="path.ico")
 
294
  return f"An error occurred: {e}"
295
 
296
  # --- Gradio UI Block ---
297
+ with gr.Blocks(title="Gemini API with Google Search") as gsearch:
298
  gr.Markdown(
299
  """
300
  # 🗾 Map Search Tool
 
329
 
330
  # Launch the Gradio app
331
  if __name__ == "__main__":
332
+ gsearch.launch(favicon_path="path.ico", css=css)