captain-awesome commited on
Commit
7e09ca6
1 Parent(s): d576097

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,8 +27,8 @@ def main():
27
  st.write("Hello! I'm your friendly Groq chatbot. I can help answer your questions, provide information, or just chat. I'm also super fast! Let's start our conversation!")
28
 
29
  with st.sidebar:
30
- st.header("Settings")
31
- groq_api_key = st.text_input("Plese input your Groq API key")
32
 
33
  # Add customization options to the sidebar
34
  st.sidebar.title('Customization')
 
27
  st.write("Hello! I'm your friendly Groq chatbot. I can help answer your questions, provide information, or just chat. I'm also super fast! Let's start our conversation!")
28
 
29
  with st.sidebar:
30
+ st.header("Settings")
31
+ groq_api_key = st.text_input("Plese input your Groq API key")
32
 
33
  # Add customization options to the sidebar
34
  st.sidebar.title('Customization')