Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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;}""")
|