Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,9 @@ from langchain.prompts import PromptTemplate
|
|
| 15 |
import streamlit.components.v1 as components
|
| 16 |
from openai import OpenAI
|
| 17 |
|
|
|
|
|
|
|
|
|
|
| 18 |
hide_streamlit_style = """
|
| 19 |
<style>
|
| 20 |
#MainMenu {visibility: hidden;}
|
|
|
|
| 15 |
import streamlit.components.v1 as components
|
| 16 |
from openai import OpenAI
|
| 17 |
|
| 18 |
+
fav = st.image("TZ Logo.png")
|
| 19 |
+
st.set_page_config(page_title="TechZone AI Counsellor", page_icon=fav, layout="centered", initial_sidebar_state="auto", menu_items=None)
|
| 20 |
+
|
| 21 |
hide_streamlit_style = """
|
| 22 |
<style>
|
| 23 |
#MainMenu {visibility: hidden;}
|