iohanngrig commited on
Commit
688e3a6
1 Parent(s): 268dbc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -40,8 +40,7 @@ def main():
40
 
41
  # Set up the page
42
  st.set_page_config(page_title="Physics Instructor", page_icon="⚖️")
43
- st.header("Feynman AI (GPT based)")
44
- #st.title("Physics Instructor")
45
  st.markdown(css_code, unsafe_allow_html=True)
46
  with st.sidebar:
47
  st.write("---")
 
40
 
41
  # Set up the page
42
  st.set_page_config(page_title="Physics Instructor", page_icon="⚖️")
43
+ st.header("ChatGPT Based Physics Assistant")
 
44
  st.markdown(css_code, unsafe_allow_html=True)
45
  with st.sidebar:
46
  st.write("---")