Lesterchia174 commited on
Commit
165d9f9
·
verified ·
1 Parent(s): d20b5f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -709,7 +709,7 @@ def tutor_ai_chatbot():
709
  with gr.Tab("Upload Notes & Generate Quiz"):
710
  with gr.Row():
711
  with gr.Column(scale=2):
712
- file_input = gr.File(label="Upload Lecture Notes (PDF, DOCX, PPTX)")
713
  #generate_btn = gr.Button("Generate Quiz")
714
  with gr.Column(scale=3):
715
  quiz_output = gr.Textbox(label="Generated Quiz", lines=10)
 
709
  with gr.Tab("Upload Notes & Generate Quiz"):
710
  with gr.Row():
711
  with gr.Column(scale=2):
712
+ file_input = gr.File(label="Upload Lecture Notes (PDF, DOCX, PPTX) [Must be less than 6k of words]")
713
  #generate_btn = gr.Button("Generate Quiz")
714
  with gr.Column(scale=3):
715
  quiz_output = gr.Textbox(label="Generated Quiz", lines=10)