jinysun commited on
Commit
384cecc
β€’
1 Parent(s): ae12b8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ import run
7
  import screen
8
 
9
  # Page setup
10
- st.set_page_config(page_title="DeepDAP", page_icon="πŸ”‹", layout="wide")
11
- st.title("πŸ”‹DeepDAP")
12
  st.subheader('',divider='rainbow')
13
  # Connect to the Google Sheet
14
 
 
7
  import screen
8
 
9
  # Page setup
10
+ st.set_page_config(page_title="BiBERTa", page_icon="πŸ”‹", layout="wide")
11
+ st.title("πŸ”‹BiBERTa")
12
  st.subheader('',divider='rainbow')
13
  # Connect to the Google Sheet
14