omercan
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -14,13 +14,13 @@ def get_response(soru):
|
|
14 |
return response
|
15 |
|
16 |
|
17 |
-
st.header('Omer Can
|
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('
|
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)
|