We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8eb028 commit dc7b464Copy full SHA for dc7b464
scenarios/AksOpenAiTerraform/magic8ball/app.py
@@ -37,7 +37,7 @@ def ask_openai_api(messages: list[str]):
37
if "disabled" not in st.session_state:
38
st.session_state.disabled = False
39
40
-st.title("Magic 8 Ball")
+st.title(":robot_face: Magic 8 Ball")
41
for message in st.session_state.messages[1:]: # Print previous messages
42
with st.chat_message(message["role"]):
43
st.markdown(message["content"])
0 commit comments