Spaces:
Running
on
Zero
Running
on
Zero
gradio
Browse files
app.py
CHANGED
@@ -287,6 +287,11 @@ if __name__ == "__main__":
|
|
287 |
max-height: 320px !important;
|
288 |
}
|
289 |
}
|
|
|
|
|
|
|
|
|
|
|
290 |
"""
|
291 |
with gr.Blocks(css=css_code, theme=gr.themes.Base()) as app:
|
292 |
gr.Markdown( """
|
|
|
287 |
max-height: 320px !important;
|
288 |
}
|
289 |
}
|
290 |
+
|
291 |
+
#example-image {
|
292 |
+
max-width: 200px !important; /* fix the width of image */
|
293 |
+
max-height: 200px !important; /* fix the height of image */
|
294 |
+
}
|
295 |
"""
|
296 |
with gr.Blocks(css=css_code, theme=gr.themes.Base()) as app:
|
297 |
gr.Markdown( """
|