MANIKANDAN A
commited on
Commit
·
bc8180a
1
Parent(s):
54a7692
Update app.py
Browse files
app.py
CHANGED
@@ -179,7 +179,7 @@ def main():
|
|
179 |
|
180 |
st.success("Caption updated and saved successfully!")
|
181 |
os.remove('tmp.jpg')
|
182 |
-
|
183 |
st.info("Caption editing is only available for English language captions.")
|
184 |
else:
|
185 |
st.write("Please login to access this feature.")
|
|
|
179 |
|
180 |
st.success("Caption updated and saved successfully!")
|
181 |
os.remove('tmp.jpg')
|
182 |
+
else:
|
183 |
st.info("Caption editing is only available for English language captions.")
|
184 |
else:
|
185 |
st.write("Please login to access this feature.")
|