Update app.py
Browse files
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 |
-
"""
|
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:
|