eagle0504 commited on
Commit
2c45d48
·
verified ·
1 Parent(s): 8417fa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -52,10 +52,11 @@ with st.sidebar:
52
  """)
53
 
54
  # Example:
55
- st.success("Example: Explain what is supervised learning.")
56
- st.success("Example: What is large language model?")
57
- st.success("Example: How to conduct an AI experiment?")
58
- st.success("Example: Write a tensorflow flow code with a 3-layer neural network model.")
 
59
 
60
  # Add a button to clear the session state
61
  if st.button("Clear Session"):
 
52
  """)
53
 
54
  # Example:
55
+ with st.expander("Examples"):
56
+ st.success("Example: Explain what is supervised learning.")
57
+ st.success("Example: What is large language model?")
58
+ st.success("Example: How to conduct an AI experiment?")
59
+ st.success("Example: Write a tensorflow flow code with a 3-layer neural network model.")
60
 
61
  # Add a button to clear the session state
62
  if st.button("Clear Session"):