Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -261,7 +261,7 @@ if uploaded_file:
|
|
261 |
|
262 |
|
263 |
|
264 |
-
|
265 |
with st.spinner("Translating to Hindi..."):
|
266 |
|
267 |
def clean_text(text):
|
|
|
261 |
|
262 |
|
263 |
|
264 |
+
elif filtered_output and st.button("🌐 Translate to Hindi"):
|
265 |
with st.spinner("Translating to Hindi..."):
|
266 |
|
267 |
def clean_text(text):
|