Update app.py
Browse files
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)
|