NCTCMumbai commited on
Commit
9ac458e
1 Parent(s): e2d3c98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -82,16 +82,16 @@ def json_to_excel(output_json):
82
  with gr.Blocks(title="Quiz Maker", theme=gr.themes.Default(primary_hue="green", secondary_hue="green")) as QUIZBOT:
83
  with gr.Column(scale=4):
84
  # Create a single row for the HTML and Image
85
- with gr.Row(scale=1):
86
- gr.Image(value='logo.png', height=200, width=200, scale=6)
87
- with gr.Row(scale=4):
88
  gr.HTML("""
89
  <center>
90
  <h1><span style="color: purple;">ADWITIYA</span> Customs Manual Quizbot</h1>
91
  <h2>Generative AI-powered Capacity building for Training Officers</h2>
92
  <i>⚠️ NACIN Faculties create quiz from any topic dynamically for classroom evaluation after their sessions ! ⚠️</i>
93
  </center>
94
- """, scale=2)
95
 
96
 
97
 
 
82
  with gr.Blocks(title="Quiz Maker", theme=gr.themes.Default(primary_hue="green", secondary_hue="green")) as QUIZBOT:
83
  with gr.Column(scale=4):
84
  # Create a single row for the HTML and Image
85
+ with gr.Row():
86
+ gr.Image(value='logo.png', height=200, width=200, scale=2)
87
+ with gr.Row():
88
  gr.HTML("""
89
  <center>
90
  <h1><span style="color: purple;">ADWITIYA</span> Customs Manual Quizbot</h1>
91
  <h2>Generative AI-powered Capacity building for Training Officers</h2>
92
  <i>⚠️ NACIN Faculties create quiz from any topic dynamically for classroom evaluation after their sessions ! ⚠️</i>
93
  </center>
94
+ """, scale=8)
95
 
96
 
97