moazzamdev commited on
Commit
a27f48a
·
1 Parent(s): ae89963

Update page1.py

Browse files
Files changed (1) hide show
  1. page1.py +1 -1
page1.py CHANGED
@@ -10,7 +10,7 @@ import time
10
  import random
11
  def text():
12
  with st.chat_message("assistant"):
13
- message_placeholder = st.empty()
14
  full_response = ""
15
  assistant_response = random.choice(
16
  [
 
10
  import random
11
  def text():
12
  with st.chat_message("assistant"):
13
+ #message_placeholder = st.empty()
14
  full_response = ""
15
  assistant_response = random.choice(
16
  [