eagle0504 commited on
Commit
ab5a702
·
verified ·
1 Parent(s): c69a0b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ from huggify_data.scrape_modules import PDFQnAGenerator
4
  import tempfile
5
 
6
  def main():
7
- st.title("PDF Question-Answer Generator")
 
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"):