Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,8 +15,8 @@ from langchain.prompts import PromptTemplate
|
|
| 15 |
import streamlit.components.v1 as components
|
| 16 |
from openai import OpenAI
|
| 17 |
|
| 18 |
-
st.image("TZ Logo.png",width=50)
|
| 19 |
st.set_page_config(page_title="TechZone AI Counsellor",page_icon=":left_speech_bubble", layout="centered", initial_sidebar_state="auto", menu_items=None)
|
|
|
|
| 20 |
|
| 21 |
hide_streamlit_style = """
|
| 22 |
<style>
|
|
|
|
| 15 |
import streamlit.components.v1 as components
|
| 16 |
from openai import OpenAI
|
| 17 |
|
|
|
|
| 18 |
st.set_page_config(page_title="TechZone AI Counsellor",page_icon=":left_speech_bubble", layout="centered", initial_sidebar_state="auto", menu_items=None)
|
| 19 |
+
st.image("TZ Logo.png",width=80)
|
| 20 |
|
| 21 |
hide_streamlit_style = """
|
| 22 |
<style>
|