AnishaG0201 commited on
Commit
22c6e02
1 Parent(s): 8922910

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from function import GetLLMResponse
3
  # Page configuration
4
  st.set_page_config(page_title="Generate Math Quizzes",
5
  page_icon="🧮",
6
- layout="centered",
7
  initial_sidebar_state="collapsed")
8
 
9
 
 
3
  # Page configuration
4
  st.set_page_config(page_title="Generate Math Quizzes",
5
  page_icon="🧮",
6
+ layout="wide",
7
  initial_sidebar_state="collapsed")
8
 
9