mbar0075 commited on
Commit
65cc0d3
·
1 Parent(s): d6111e6

Working on header image

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -272,7 +272,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
272
  gr.Markdown("""
273
  <div style="text-align: center;">
274
  <h5 style="margin-bottom: 10px;">Explanation of the Process:</h5>
275
- ![Header Image](https://raw.githubusercontent.com/mbar0075/Maltese-Christian-Statue-Classifier/main/Assets/Diagrams/header.png)
276
  <h5 style="margin-top: 10px;">Try It Out Yourself:</h5>
277
  </div>
278
  """)
 
272
  gr.Markdown("""
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: 50%; height: auto; margin-bottom: 20px;">
276
  <h5 style="margin-top: 10px;">Try It Out Yourself:</h5>
277
  </div>
278
  """)