Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def generate_question_with_chatgpt(context):
|
|
76 |
|
77 |
def main():
|
78 |
# Title of the Application
|
79 |
-
st.title("🤖CB Quiz Generator🧠")
|
80 |
st.subheader("☕CoffeeBeans☕")
|
81 |
|
82 |
# User input
|
|
|
76 |
|
77 |
def main():
|
78 |
# Title of the Application
|
79 |
+
st.title("🤖CB Quiz Generator🧠", divider='rainbow')
|
80 |
st.subheader("☕CoffeeBeans☕")
|
81 |
|
82 |
# User input
|