Spaces:
Paused
Paused
ManishThota
commited on
Commit
•
9fa4767
1
Parent(s):
5415125
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ css = """
|
|
124 |
}
|
125 |
|
126 |
"""
|
127 |
-
with gr.Blocks(
|
128 |
gr.Image("gsoc_redhen.png",min_width=50)
|
129 |
# with gr.Row(elem_id="container"):
|
130 |
# gr.Markdown("""
|
|
|
124 |
}
|
125 |
|
126 |
"""
|
127 |
+
with gr.Blocks() as app:
|
128 |
gr.Image("gsoc_redhen.png",min_width=50)
|
129 |
# with gr.Row(elem_id="container"):
|
130 |
# gr.Markdown("""
|