IoannisKat1 commited on
Commit
0ba201b
·
verified ·
1 Parent(s): 5f15a71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -399,6 +399,12 @@ def show_multiple_choice_interface():
399
 
400
  with gr.Blocks() as demo:
401
 
 
 
 
 
 
 
402
  ### We define a row in which we create the navigation buttons for each question type
403
  with gr.Row():
404
  btn_t_f = gr.Button('True/False questions')
 
399
 
400
  with gr.Blocks() as demo:
401
 
402
+ with gr.Row():
403
+ gr.Image(value="up_2017_logo_en.png", interactive=False, label="Upatras Logo",width=150,height=100)
404
+ gr.Image(value="aila_new.png", interactive=False, label="AILA project Logo",width=150,height=100)
405
+ gr.Image(value="banner-horizontal-default-en.png", interactive=False, label="AUTH Logo",width=150,height=100)
406
+
407
+
408
  ### We define a row in which we create the navigation buttons for each question type
409
  with gr.Row():
410
  btn_t_f = gr.Button('True/False questions')