omercan commited on
Commit
3d23455
·
verified ·
1 Parent(s): a225bc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,13 +14,13 @@ def get_response(soru):
14
  return response
15
 
16
 
17
- st.header('Omer Can Yapay Zeka Uygulamasi. Bombastik Esad Ve Chpli Mehmet icin')
18
  input=st.text_input("input", key="input")
19
  submit=st.button('Bana sor')
20
 
21
  if submit:
22
  response=get_response(input)
23
- st.header('Kemal Kilicdaroglu')
24
 
25
  for chunck in response:
26
  st.write(chunck.text)
 
14
  return response
15
 
16
 
17
+ st.header('Omer Can Yapay Zeka Uygulamasi.')
18
  input=st.text_input("input", key="input")
19
  submit=st.button('Bana sor')
20
 
21
  if submit:
22
  response=get_response(input)
23
+ st.header('Cevap:')
24
 
25
  for chunck in response:
26
  st.write(chunck.text)