Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ css = """
|
|
126 |
"""
|
127 |
with gr.Blocks(css = css) as app:
|
128 |
with gr.Row(elem_id="container"):
|
129 |
-
gr.Image("gsoc_redhen.png",min_width=50)
|
130 |
gr.Markdown("""
|
131 |
## This Gradio app serves as four folds:
|
132 |
### 1. My ability and experience to design a customizable Gradio application with Interface/Blocks structure.
|
|
|
126 |
"""
|
127 |
with gr.Blocks(css = css) as app:
|
128 |
with gr.Row(elem_id="container"):
|
129 |
+
gr.Image("gsoc_redhen.png",min_width=50, label="GSOC 2024")
|
130 |
gr.Markdown("""
|
131 |
## This Gradio app serves as four folds:
|
132 |
### 1. My ability and experience to design a customizable Gradio application with Interface/Blocks structure.
|