duycse1603 commited on
Commit
bc9bda8
·
1 Parent(s): 1726295

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ class App:
167
 
168
  def api():
169
  app = App()
170
- streamlit.set_page_config(page_title='Thesis Demo', layout='wide')
171
  streamlit.title(f'{app.title}')
172
  streamlit.markdown(f"""
173
  To use this interactive demo and reproduced models:
 
167
 
168
  def api():
169
  app = App()
170
+ streamlit.set_page_config(page_title='Extract math expressions from documents', layout='wide')
171
  streamlit.title(f'{app.title}')
172
  streamlit.markdown(f"""
173
  To use this interactive demo and reproduced models: