Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,13 +1,4 @@
|
|
1 |
-
|
2 |
-
history
|
3 |
-
blame
|
4 |
-
5.44 kB
|
5 |
-
"""
|
6 |
-
🗣️ Translator - Translate text from one language to another.
|
7 |
-
Application file made with Streamlit.
|
8 |
-
Author:
|
9 |
-
- @ChainYo
|
10 |
-
"""
|
11 |
|
12 |
import re
|
13 |
import streamlit as st
|
|
|
1 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
import re
|
4 |
import streamlit as st
|