Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks(css="#margin-top {margin-top: 15px} #center {text-align: center;}
|
|
190 |
gr.Markdown("# Hugging Face for Software Developers")
|
191 |
|
192 |
gr.Markdown("""
|
193 |
-
At Hugging Face, we are committed to democratize
|
194 |
""")
|
195 |
|
196 |
with gr.Accordion(label="Events", open=False):
|
@@ -201,8 +201,6 @@ with gr.Blocks(css="#margin-top {margin-top: 15px} #center {text-align: center;}
|
|
201 |
with gr.Tab(label="Past Events"):
|
202 |
with gr.Row(elem_id="margin-top"):
|
203 |
with gr.Column(scale=1):
|
204 |
-
gr.Image(value="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/making-intelligence-banner.png", show_label=False)
|
205 |
-
with gr.Column(scale=2):
|
206 |
with gr.Tabs(elem_id="event-tabs"):
|
207 |
with gr.Tab("About the Event"):
|
208 |
gr.Markdown("""
|
|
|
190 |
gr.Markdown("# Hugging Face for Software Developers")
|
191 |
|
192 |
gr.Markdown("""
|
193 |
+
At Hugging Face, we are committed to democratize cutting-edge of machine learning for everyone. This page is dedicated to highlighting tools, documentation and projects β inside and outside Hugging Face β tailored to get software developers build with machine learning.
|
194 |
""")
|
195 |
|
196 |
with gr.Accordion(label="Events", open=False):
|
|
|
201 |
with gr.Tab(label="Past Events"):
|
202 |
with gr.Row(elem_id="margin-top"):
|
203 |
with gr.Column(scale=1):
|
|
|
|
|
204 |
with gr.Tabs(elem_id="event-tabs"):
|
205 |
with gr.Tab("About the Event"):
|
206 |
gr.Markdown("""
|