Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -77,8 +77,9 @@ def generate_quiz(quiz_name, quiz_topic, num_questions, pdf_content):
|
|
77 |
st.success('Vector Database Saved')
|
78 |
|
79 |
if __name__ =='__main__':
|
80 |
-
st.set_page_config(page_title="Quiz Generator", page_icon="📝")
|
81 |
-
st.title('Quiz Generator')
|
|
|
82 |
|
83 |
# User inputs
|
84 |
quiz_name = st.text_input('Enter Quiz Name:')
|
|
|
77 |
st.success('Vector Database Saved')
|
78 |
|
79 |
if __name__ =='__main__':
|
80 |
+
st.set_page_config(page_title="CB Quiz Generator", page_icon="📝")
|
81 |
+
st.title('🤖CB Quiz Generator🧠')
|
82 |
+
st.subheader('CoffeeBeans')
|
83 |
|
84 |
# User inputs
|
85 |
quiz_name = st.text_input('Enter Quiz Name:')
|