Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,8 @@ from huggify_data.scrape_modules import PDFQnAGenerator
|
|
| 4 |
import tempfile
|
| 5 |
|
| 6 |
def main():
|
| 7 |
-
st.
|
|
|
|
| 8 |
|
| 9 |
# Expander in the sidebar for instruction
|
| 10 |
with st.sidebar.expander("Instruction"):
|
|
|
|
| 4 |
import tempfile
|
| 5 |
|
| 6 |
def main():
|
| 7 |
+
st.set_page_config(layout="wide")
|
| 8 |
+
st.title("PDF Question-Answer Generator using Huggify-Data Package")
|
| 9 |
|
| 10 |
# Expander in the sidebar for instruction
|
| 11 |
with st.sidebar.expander("Instruction"):
|