Spaces:
Runtime error
Runtime error
Commit
·
bc9bda8
1
Parent(s):
1726295
Update app.py
Browse files
app.py
CHANGED
|
@@ -167,7 +167,7 @@ class App:
|
|
| 167 |
|
| 168 |
def api():
|
| 169 |
app = App()
|
| 170 |
-
streamlit.set_page_config(page_title='
|
| 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:
|