yashasgupta commited on
Commit
c8e451b
·
verified ·
1 Parent(s): 0884634

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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)