Spaces:
Sleeping
Sleeping
RAMYASRI-39
commited on
Commit
•
d97e576
1
Parent(s):
7114990
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 topic/details from
|
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 topic/details from 10 social CBSE")
|
115 |
|
116 |
with gr.Row():
|
117 |
difficulty_radio = gr.Radio(["easy", "average", "hard"], label="How difficult should the quiz be?")
|