afiz commited on
Commit
327a623
·
1 Parent(s): 1d0de55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,5 +16,5 @@ response = get_answer_from_open_ai(question)
16
 
17
  submit = st.button('Get the Answer')
18
 
19
- if sumbit:
20
  st.write(response)
 
16
 
17
  submit = st.button('Get the Answer')
18
 
19
+ if submit:
20
  st.write(response)