lorentz commited on
Commit
e6a1131
·
verified ·
1 Parent(s): 04c6814

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ 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
- """, unsafe_allow_html=True)
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:
 
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: