RAMYASRI-39
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ with gr.Blocks(title="Quiz Maker", theme=colorful_theme) as QUIZBOT:
|
|
111 |
|
112 |
|
113 |
|
114 |
-
topic = gr.Textbox(label="Enter the Topic for Quiz", placeholder="Write any
|
115 |
|
116 |
with gr.Row():
|
117 |
difficulty_radio = gr.Radio(["easy", "average", "hard"], label="How difficult should the quiz be?")
|
|
|
111 |
|
112 |
|
113 |
|
114 |
+
topic = gr.Textbox(label="Enter the Topic for Quiz", placeholder="Write any CHAPTER NAME")
|
115 |
|
116 |
with gr.Row():
|
117 |
difficulty_radio = gr.Radio(["easy", "average", "hard"], label="How difficult should the quiz be?")
|