Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ with gr.Blocks() as demo:
|
|
28 |
)
|
29 |
gr.Markdown("***")
|
30 |
gr.Markdown("### Contact me!")
|
31 |
-
gr.Image("https://github.com/AlanFeder/rgov-2024/blob/main/AJF_Headshot.jpg?raw=true", width=
|
32 |
gr.Markdown(
|
33 |
"""[Email](mailto:[email protected]) | [Website](https://www.alanfeder.com/) | [LinkedIn](https://www.linkedin.com/in/alanfeder/) | [GitHub](https://github.com/AlanFeder)"""
|
34 |
)
|
|
|
28 |
)
|
29 |
gr.Markdown("***")
|
30 |
gr.Markdown("### Contact me!")
|
31 |
+
gr.Image("https://github.com/AlanFeder/rgov-2024/blob/main/AJF_Headshot.jpg?raw=true", width=40, show_share_button=False, show_fullscreen_button=False, show_download_button=False, show_label=False)
|
32 |
gr.Markdown(
|
33 |
"""[Email](mailto:[email protected]) | [Website](https://www.alanfeder.com/) | [LinkedIn](https://www.linkedin.com/in/alanfeder/) | [GitHub](https://github.com/AlanFeder)"""
|
34 |
)
|