Snigdhapaul2003 commited on
Commit
33fd0cd
·
verified ·
1 Parent(s): d8674b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -195,13 +195,10 @@ def generate_interface():
195
  with gr.Row():
196
  gr.Markdown(
197
  """
198
- <div style="text-align: center; font-size: 40px; font-weight: bold; color: #4A90E2;">
199
- Question Paper Generator
200
- </div>
201
- <div style="text-align: center; font-size: 20px; color: #7D7D7D; margin-top: 10px;">
202
- "Effortless paper creation with just a click!"
203
- </div>
204
- """
205
  )
206
 
207
  with gr.Row():
 
195
  with gr.Row():
196
  gr.Markdown(
197
  """
198
+ # **Question Paper Generator**
199
+ ### *Effortless paper creation with just a click!*
200
+ """,
201
+ elem_id="custom-markdown"
 
 
 
202
  )
203
 
204
  with gr.Row():