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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -14,13 +14,13 @@ def get_response(soru):
14
  return response
15
 
16
 
17
- st.header('Omer Can Gemini Chat uygulamasi')
18
  input=st.text_input("input", key="input")
19
- submit=st.button('sor')
20
 
21
  if submit:
22
  response=get_response(input)
23
- st.header('bombastik')
24
 
25
  for chunck in response:
26
  st.write(chunck.text)
 
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)