Spaces:
Running
Running
Commit ·
2e74072
1
Parent(s): 05922ea
3.42 fixed translat helsinki
Browse files
app.py
CHANGED
|
@@ -649,7 +649,7 @@ def main():
|
|
| 649 |
st.session_state.processed_df = process_file(
|
| 650 |
uploaded_file,
|
| 651 |
model_choice,
|
| 652 |
-
translation_method
|
| 653 |
)
|
| 654 |
|
| 655 |
st.subheader("Предпросмотр данных")
|
|
|
|
| 649 |
st.session_state.processed_df = process_file(
|
| 650 |
uploaded_file,
|
| 651 |
model_choice,
|
| 652 |
+
translation_method = 'auto' # This parameter won't affect the translation method but keeps the interface consistent
|
| 653 |
)
|
| 654 |
|
| 655 |
st.subheader("Предпросмотр данных")
|