nicoaspra commited on
Commit
e1dcb9e
·
1 Parent(s): c842089

add developed by

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -168,6 +168,13 @@ with gr.Blocks() as demo:
168
  outputs=[state, question_md, options_buttons, score_box, feedback_box],
169
  )
170
 
 
 
 
 
 
 
 
171
  demo.launch()
172
 
173
 
 
168
  outputs=[state, question_md, options_buttons, score_box, feedback_box],
169
  )
170
 
171
+ gr.Markdown("---")
172
+ gr.Markdown("""
173
+ <div style="text-align: center;">
174
+ Developed by <strong>Aspra, N.</strong> | © 2025 All Rights Reserved
175
+ </div>
176
+ """)
177
+
178
  demo.launch()
179
 
180