Update app.py
Browse files
app.py
CHANGED
@@ -27,8 +27,8 @@ with gr.Blocks() as demo:
|
|
27 |
This Gradio app was created for Alan Feder's [talk at the 2024 R/Gov Conference](https://rstats.ai/gov.html). \n\n The Github repository that houses all the code is [here](https://github.com/AlanFeder/rgov-2024) -- feel free to fork it and use it on your own!
|
28 |
"""
|
29 |
)
|
30 |
-
gr.
|
31 |
-
gr.
|
32 |
gr.Image("AJF_Headshot.jpg", width=60)
|
33 |
gr.Markdown(
|
34 |
"""
|
|
|
27 |
This Gradio app was created for Alan Feder's [talk at the 2024 R/Gov Conference](https://rstats.ai/gov.html). \n\n The Github repository that houses all the code is [here](https://github.com/AlanFeder/rgov-2024) -- feel free to fork it and use it on your own!
|
28 |
"""
|
29 |
)
|
30 |
+
gr.Markdown("***")
|
31 |
+
gr.Markdown("### Contact me!")
|
32 |
gr.Image("AJF_Headshot.jpg", width=60)
|
33 |
gr.Markdown(
|
34 |
"""
|