Spaces:
Runtime error
Runtime error
scholarly360
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import streamlit as st
|
|
|
2 |
from annotated_text import annotated_text, annotation
|
3 |
import fitz
|
4 |
import os
|
|
|
1 |
import streamlit as st
|
2 |
+
st.set_page_config(layout="wide")
|
3 |
from annotated_text import annotated_text, annotation
|
4 |
import fitz
|
5 |
import os
|