mohammed3536 commited on
Commit
b8ee458
·
verified ·
1 Parent(s): ced0b30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,8 +76,8 @@ def generate_question_with_chatgpt(context):
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
83
  pdf_file = st.file_uploader("Upload PDF Document:", type=["pdf"])
 
76
 
77
  def main():
78
  # Title of the Application
79
+ st.title("🤖CB Quiz Generator🧠")
80
+ st.subheader("☕CoffeeBeans☕", divider='rainbow')
81
 
82
  # User input
83
  pdf_file = st.file_uploader("Upload PDF Document:", type=["pdf"])