Spaces:
Running
Running
Commit
·
6a7d54f
1
Parent(s):
cbbbe04
Update page1.py
Browse files
page1.py
CHANGED
@@ -27,7 +27,7 @@ def text():
|
|
27 |
time.sleep(0.5)
|
28 |
# Add a blinking cursor to simulate typing
|
29 |
message_placeholder.markdown(full_response + "▌")
|
30 |
-
message_placeholder.markdown(full_response)
|
31 |
# Add assistant response to chat history
|
32 |
st.session_state.messages.append({"role": "assistant", "content": full_response})
|
33 |
apiKey = "AIzaSyAXkkcrrUBjPEgj93tZ9azy7zcS1wI1jUA"
|
|
|
27 |
time.sleep(0.5)
|
28 |
# Add a blinking cursor to simulate typing
|
29 |
message_placeholder.markdown(full_response + "▌")
|
30 |
+
#message_placeholder.markdown(full_response)
|
31 |
# Add assistant response to chat history
|
32 |
st.session_state.messages.append({"role": "assistant", "content": full_response})
|
33 |
apiKey = "AIzaSyAXkkcrrUBjPEgj93tZ9azy7zcS1wI1jUA"
|