MANIKANDAN A
commited on
Commit
·
faa142d
1
Parent(s):
ea1eb07
Update app.py
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ def main():
|
|
165 |
|
166 |
if predict:
|
167 |
st.markdown("<p style='font-size: 24px; font-weight: bold; margin-bottom: 20px;'>Generated Caption:</p>", unsafe_allow_html=True)
|
168 |
-
st.write(
|
169 |
|
170 |
if "en" in selected_languages:
|
171 |
st.markdown("<p style='font-size: 24px; font-weight: bold; margin-bottom: 20px;'>Edit Caption:</p>", unsafe_allow_html=True)
|
|
|
165 |
|
166 |
if predict:
|
167 |
st.markdown("<p style='font-size: 24px; font-weight: bold; margin-bottom: 20px;'>Generated Caption:</p>", unsafe_allow_html=True)
|
168 |
+
st.write(predict)
|
169 |
|
170 |
if "en" in selected_languages:
|
171 |
st.markdown("<p style='font-size: 24px; font-weight: bold; margin-bottom: 20px;'>Edit Caption:</p>", unsafe_allow_html=True)
|