yunuseduran commited on
Commit
35a9fc6
1 Parent(s): b59f787

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -44
app.py CHANGED
@@ -1,45 +1,3 @@
1
- Hugging Face's logo
2
- Hugging Face
3
- Search models, datasets, users...
4
- Models
5
- Datasets
6
- Spaces
7
- Posts
8
- Docs
9
- Solutions
10
- Pricing
11
-
12
- Log In
13
- Sign Up
14
- Spaces:
15
-
16
- Erayss
17
- /
18
- chat_me
19
-
20
-
21
- like
22
- 0
23
- App
24
- Files
25
- Community
26
- chat_me
27
- /
28
- app.py
29
-
30
- Erayss's picture
31
- Erayss
32
- Update app.py
33
- f3be7f2
34
- VERIFIED
35
- 8 days ago
36
- raw
37
- history
38
- blame
39
- contribute
40
- delete
41
- No virus
42
- 1.94 kB
43
  #!/usr/bin/env python
44
  # coding: utf-8
45
 
@@ -88,5 +46,4 @@ if st.button('Yeni Sohbet'):
88
  st.session_state.chat = model.start_chat(history=[])
89
  st.session_state.last_question = ''
90
  st.session_state.last_response = ''
91
- st.experimental_rerun()
92
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  #!/usr/bin/env python
2
  # coding: utf-8
3
 
 
46
  st.session_state.chat = model.start_chat(history=[])
47
  st.session_state.last_question = ''
48
  st.session_state.last_response = ''
49
+ st.experimental_rerun()