Update app.py
Browse files
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="
|
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 |
|