Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks() as iface:
|
|
99 |
)
|
100 |
gr.Markdown("***")
|
101 |
gr.Markdown("### Contact me!")
|
102 |
-
gr.Image("https://raw.githubusercontent.com/AlanFeder/rgov-2024/refs/heads/main/AJF_Headshot.jpg", width=
|
103 |
gr.Markdown(
|
104 |
"""
|
105 |
[Email](mailto:AlanFeder@gmail.com) | [Website](https://www.alanfeder.com/) | [LinkedIn](https://www.linkedin.com/in/alanfeder/) | [GitHub](https://github.com/AlanFeder)
|
@@ -109,7 +109,4 @@ with gr.Blocks() as iface:
|
|
109 |
|
110 |
# Launch the app
|
111 |
if __name__ == "__main__":
|
112 |
-
iface.launch(
|
113 |
-
share=True,
|
114 |
-
favicon_path="favicon_io/favicon.ico",
|
115 |
-
)
|
|
|
99 |
)
|
100 |
gr.Markdown("***")
|
101 |
gr.Markdown("### Contact me!")
|
102 |
+
gr.Image("https://raw.githubusercontent.com/AlanFeder/rgov-2024/refs/heads/main/AJF_Headshot.jpg", width=40, show_share_button=False, show_fullscreen_button=False, show_download_button=False, show_label=False)
|
103 |
gr.Markdown(
|
104 |
"""
|
105 |
[Email](mailto:AlanFeder@gmail.com) | [Website](https://www.alanfeder.com/) | [LinkedIn](https://www.linkedin.com/in/alanfeder/) | [GitHub](https://github.com/AlanFeder)
|
|
|
109 |
|
110 |
# Launch the app
|
111 |
if __name__ == "__main__":
|
112 |
+
iface.launch()
|
|
|
|
|
|