Kaludi commited on
Commit
05b535a
·
1 Parent(s): 081ec14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -19,7 +19,6 @@ max_tokens = st.sidebar.slider("Max Tokens", 0, 4000, 2024)
19
  if st.sidebar.button("Delete Conversation"):
20
  st.session_state.history = []
21
 
22
- st.sidebar.markdown("---")
23
  st.sidebar.markdown("## GPT-3")
24
  st.sidebar.markdown("OpenAI's GPT-3 models can understand and generate natural language. They offer four main models with different levels of power suitable for different tasks. Davinci is the most capable model, and Ada is the fastest.")
25
 
 
19
  if st.sidebar.button("Delete Conversation"):
20
  st.session_state.history = []
21
 
 
22
  st.sidebar.markdown("## GPT-3")
23
  st.sidebar.markdown("OpenAI's GPT-3 models can understand and generate natural language. They offer four main models with different levels of power suitable for different tasks. Davinci is the most capable model, and Ada is the fastest.")
24