itbetyar commited on
Commit
7638a86
·
verified ·
1 Parent(s): 64d02a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -22
app.py CHANGED
@@ -67,29 +67,8 @@ def main():
67
  st.markdown("<h4 style='text-align: center;'>Változtassunk egy képet egy audio történetté</h4>", unsafe_allow_html=True)
68
  st.markdown("<p style='text-align: center; color: pink;'>IT Betyár egyszerű multimodal órai minta</p>", unsafe_allow_html=True)
69
 
70
- # Display the centered image
71
- st.markdown(
72
- """
73
- <style>
74
- .centered-image {
75
- display: flex;
76
- justify-content: center;
77
- }
78
- </style>
79
- """,
80
- unsafe_allow_html=True
81
- )
82
- st.markdown(
83
- """
84
- <div class="centered-image">
85
- <img src="story_img.webp" width="400">
86
- </div>
87
- """,
88
- unsafe_allow_html=True
89
- )
90
-
91
  # Display the additional image with a specific width
92
- #st.image("story_img.webp", width=400)
93
 
94
  uploaded_file = st.file_uploader("Válassz egy képet...", type="jpg")
95
 
 
67
  st.markdown("<h4 style='text-align: center;'>Változtassunk egy képet egy audio történetté</h4>", unsafe_allow_html=True)
68
  st.markdown("<p style='text-align: center; color: pink;'>IT Betyár egyszerű multimodal órai minta</p>", unsafe_allow_html=True)
69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  # Display the additional image with a specific width
71
+ st.image("story_img.webp", width=300)
72
 
73
  uploaded_file = st.file_uploader("Válassz egy képet...", type="jpg")
74