Spaces:
Paused
Paused
ManishThota
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ css = """
|
|
115 |
display: block;
|
116 |
margin-left: auto;
|
117 |
margin-right: auto;
|
118 |
-
width:
|
119 |
}
|
120 |
#intro{
|
121 |
max-width: 100%;
|
@@ -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=
|
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.
|
|
|
115 |
display: block;
|
116 |
margin-left: auto;
|
117 |
margin-right: auto;
|
118 |
+
width: 60%;
|
119 |
}
|
120 |
#intro{
|
121 |
max-width: 100%;
|
|
|
126 |
"""
|
127 |
with gr.Blocks(css = css) as app:
|
128 |
with gr.Row(elem_id="container"):
|
129 |
+
gr.Image("gsoc_redhen.png",min_width=60, 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.
|