fudii0921 commited on
Commit
8c5b5a1
·
verified ·
1 Parent(s): a028d8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -580,6 +580,7 @@ with gr.Blocks(title="Gemini API with Performance Review") as gsearch:
580
  outputs=[output_text, output_html]
581
  )
582
 
 
583
  # Launch the Gradio app
584
  if __name__ == "__main__":
585
  gsearch.launch(favicon_path="path.ico", css="""footer {visibility: hidden;} #header {display: flex; justify-content: space-between; align-items: center; font-size: 24px; font-weight: bold;} #logo {width: 50px; height: 50px;}""")
 
580
  outputs=[output_text, output_html]
581
  )
582
 
583
+
584
  # Launch the Gradio app
585
  if __name__ == "__main__":
586
  gsearch.launch(favicon_path="path.ico", css="""footer {visibility: hidden;} #header {display: flex; justify-content: space-between; align-items: center; font-size: 24px; font-weight: bold;} #logo {width: 50px; height: 50px;}""")