RAMYASRI-39 commited on
Commit
48d5d8a
·
verified ·
1 Parent(s): 1fd2067

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Customs Manual")
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 9TH Science cbse")
115
 
116
  with gr.Row():
117
  difficulty_radio = gr.Radio(["easy", "average", "hard"], label="How difficult should the quiz be?")