minor changes
Browse files
app.py
CHANGED
@@ -269,10 +269,10 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
269 |
|
270 |
# Print an image
|
271 |
with gr.Row():
|
272 |
-
gr.
|
273 |
<div style="text-align: center;">
|
274 |
<h5 style="margin-bottom: 10px;">Explanation of the Process:</h5>
|
275 |
-
<img src="https://raw.githubusercontent.com/mbar0075/Maltese-Christian-Statue-Classifier/main/Assets/Diagrams/header.png" alt="Header" style="width:
|
276 |
<h5 style="margin-top: 10px;">Try It Out Yourself:</h5>
|
277 |
</div>
|
278 |
""")
|
|
|
269 |
|
270 |
# Print an image
|
271 |
with gr.Row():
|
272 |
+
gr.HTML("""
|
273 |
<div style="text-align: center;">
|
274 |
<h5 style="margin-bottom: 10px;">Explanation of the Process:</h5>
|
275 |
+
<img src="https://raw.githubusercontent.com/mbar0075/Maltese-Christian-Statue-Classifier/main/Assets/Diagrams/header.png" alt="Header" style="width: 100%; height: auto; margin-bottom: 20px;">
|
276 |
<h5 style="margin-top: 10px;">Try It Out Yourself:</h5>
|
277 |
</div>
|
278 |
""")
|