Spaces:
Sleeping
Sleeping
iohanngrig
commited on
Commit
•
268dbc7
1
Parent(s):
6c8f073
Update app.py
Browse files
app.py
CHANGED
@@ -44,9 +44,10 @@ def main():
|
|
44 |
#st.title("Physics Instructor")
|
45 |
st.markdown(css_code, unsafe_allow_html=True)
|
46 |
with st.sidebar:
|
|
|
47 |
st.image("feynman.jpg")
|
48 |
st.write("---")
|
49 |
-
st.title("
|
50 |
st.write("---")
|
51 |
|
52 |
# Initialize OpenAI assistant
|
|
|
44 |
#st.title("Physics Instructor")
|
45 |
st.markdown(css_code, unsafe_allow_html=True)
|
46 |
with st.sidebar:
|
47 |
+
st.write("---")
|
48 |
st.image("feynman.jpg")
|
49 |
st.write("---")
|
50 |
+
st.title("Feynman AI")
|
51 |
st.write("---")
|
52 |
|
53 |
# Initialize OpenAI assistant
|