Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,11 +11,11 @@ os.environ["OPENAI_API_KEY"] = os.getenv("k1")
|
|
| 11 |
|
| 12 |
st.title("Translation Application :robot_face:")
|
| 13 |
|
| 14 |
-
options1 = ["English","Telugu","Hindi"]
|
| 15 |
|
| 16 |
st.selectbox("Input Langauge: ",options1)
|
| 17 |
|
| 18 |
-
options2 = ["Hindi","Telugu","English"]
|
| 19 |
|
| 20 |
st.selectbox("Output langauge: ",options2)
|
| 21 |
|
|
|
|
| 11 |
|
| 12 |
st.title("Translation Application :robot_face:")
|
| 13 |
|
| 14 |
+
options1 = ["English","Telugu","Hindi","French","German","Russian","Spanish"]
|
| 15 |
|
| 16 |
st.selectbox("Input Langauge: ",options1)
|
| 17 |
|
| 18 |
+
options2 = ["Hindi","Telugu","Spanish","English","German","Russian","French"]
|
| 19 |
|
| 20 |
st.selectbox("Output langauge: ",options2)
|
| 21 |
|