Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,8 +76,8 @@ def generate_question_with_chatgpt(context):
|
|
| 76 |
|
| 77 |
def main():
|
| 78 |
# Title of the Application
|
| 79 |
-
st.
|
| 80 |
-
st.subheader("☕CoffeeBeans☕"
|
| 81 |
|
| 82 |
# User input
|
| 83 |
pdf_file = st.file_uploader("Upload PDF Document:", type=["pdf"])
|
|
|
|
| 76 |
|
| 77 |
def main():
|
| 78 |
# Title of the Application
|
| 79 |
+
st.header("🤖CB Quiz Generator🧠", divider='rainbow')
|
| 80 |
+
st.subheader("☕CoffeeBeans☕")
|
| 81 |
|
| 82 |
# User input
|
| 83 |
pdf_file = st.file_uploader("Upload PDF Document:", type=["pdf"])
|