eagle0504 commited on
Commit
e50bcc2
·
verified ·
1 Parent(s): c30b9da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -31,6 +31,7 @@ with st.sidebar:
31
  st.success("Example: Explain what is supervised learning.")
32
  st.success("Example: What is large language model?")
33
  st.success("Example: How to conduct an AI experiment?")
 
34
 
35
 
36
  # Add a button to clear the session state
 
31
  st.success("Example: Explain what is supervised learning.")
32
  st.success("Example: What is large language model?")
33
  st.success("Example: How to conduct an AI experiment?")
34
+ st.success("Example: Write a tensorflow flow code with a 3-layer neural network model.")
35
 
36
 
37
  # Add a button to clear the session state