yashasgupta commited on
Commit
ed28350
·
verified ·
1 Parent(s): c5d0e7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ st.selectbox("Output langauge: ",options)
19
 
20
  st.text_input("Text Input: ")
21
 
22
- if st.button == True:
23
 
24
  llm = ChatOpenAI(model = "gpt-3.5-turbo",temperature = 0)
25
 
 
19
 
20
  st.text_input("Text Input: ")
21
 
22
+ if st.button("Submit"):
23
 
24
  llm = ChatOpenAI(model = "gpt-3.5-turbo",temperature = 0)
25