lorentz commited on
Commit
3f952c6
·
verified ·
1 Parent(s): e6a1131

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -21,13 +21,8 @@ st.markdown("<h1 style='text-align: center; color: navy;'>ChatMate: Your Profess
21
  st.markdown("<h4 style='text-align: center;'>Interact with a cutting-edge language model</h4>", unsafe_allow_html=True)
22
 
23
 
24
- # st.sidebar.title("😎")
25
- # Include FontAwesome
26
- st.sidebar.title("""
27
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
28
- integrity="sha384-DyZ89p3Do05QyWJgXNBlfano0NqsoFqzY5hVp0SlCbygXpZp1KfdK9MieTZC7XmN"
29
- crossorigin="anonymous">
30
- """)
31
  st.session_state['API_Key']= st.sidebar.text_input("Enter your OpenAI API Key here please.",type="password")
32
  summarise_button = st.sidebar.button("Summarise the conversation", key="summarise")
33
  if summarise_button:
 
21
  st.markdown("<h4 style='text-align: center;'>Interact with a cutting-edge language model</h4>", unsafe_allow_html=True)
22
 
23
 
24
+ st.sidebar.title("😎")
25
+
 
 
 
 
 
26
  st.session_state['API_Key']= st.sidebar.text_input("Enter your OpenAI API Key here please.",type="password")
27
  summarise_button = st.sidebar.button("Summarise the conversation", key="summarise")
28
  if summarise_button: