omercan commited on
Commit
2009db6
·
verified ·
1 Parent(s): 87a23c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def get_response(soru):
14
  return response
15
 
16
 
17
- st.header('Elif Acar Yapay Zeka Chat Uygulamasi.')
18
  input=st.text_input("input", key="input")
19
  submit=st.button('Bana sor')
20
 
 
14
  return response
15
 
16
 
17
+ st.header('Yapay Zeka Chat Uygulamasi.')
18
  input=st.text_input("input", key="input")
19
  submit=st.button('Bana sor')
20