Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,9 @@ st.selectbox("Input Langauge: ",options)
|
|
17 |
|
18 |
st.selectbox("Output langauge: ",options)
|
19 |
|
|
|
|
|
|
|
20 |
if st.button == True:
|
21 |
|
22 |
llm = ChatOpenAI(model = "gpt-3.5-turbo",temperature = 0)
|
|
|
17 |
|
18 |
st.selectbox("Output langauge: ",options)
|
19 |
|
20 |
+
st.text_area("Text Input: ")
|
21 |
+
st.button
|
22 |
+
|
23 |
if st.button == True:
|
24 |
|
25 |
llm = ChatOpenAI(model = "gpt-3.5-turbo",temperature = 0)
|