MANIKANDAN A commited on
Commit
5247ff8
·
1 Parent(s): bc8180a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ def main():
162
 
163
  if "en" in selected_languages:
164
  st.markdown("<p style='font-size: 24px; font-weight: bold; margin-bottom: 20px;'>Edit Caption:</p>", unsafe_allow_html=True)
165
- edited_caption = st.text_area("Edit the caption", value=generated_caption)
166
 
167
  if edited_caption:
168
  st.markdown("<p style='font-size: 24px; font-weight: bold; margin-bottom: 20px;'>Edited Caption:</p>", unsafe_allow_html=True)
 
162
 
163
  if "en" in selected_languages:
164
  st.markdown("<p style='font-size: 24px; font-weight: bold; margin-bottom: 20px;'>Edit Caption:</p>", unsafe_allow_html=True)
165
+ edited_caption = st.text_area("Edit the caption", value=predict)
166
 
167
  if edited_caption:
168
  st.markdown("<p style='font-size: 24px; font-weight: bold; margin-bottom: 20px;'>Edited Caption:</p>", unsafe_allow_html=True)