simonraj commited on
Commit
28ee00f
·
1 Parent(s): 21a655c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -75,10 +75,15 @@ iface = gr.Interface(
75
  ],
76
  outputs=gr.inputs.Textbox(), # Using inputs.Textbox as an output to make it editable
77
  description=img_html,
 
 
 
 
 
 
78
  css="custom.css" # Link to the custom CSS file
79
  )
80
 
81
  iface.queue(max_size=99, concurrency_count=40).launch(debug=True)
82
 
83
 
84
-
 
75
  ],
76
  outputs=gr.inputs.Textbox(), # Using inputs.Textbox as an output to make it editable
77
  description=img_html,
78
+ <div style="text-align: center; font-size: medium;">
79
+ <a href="https://forms.moe.edu.sg/forms/J0lmkJ" target="_blank">
80
+ 📝 Click here to provide feedback on the initial prototype of the Oral Coach 📝
81
+ </a>
82
+ </div>
83
+ ''', # Added feedback link, centralized with medium font size and emoticons
84
  css="custom.css" # Link to the custom CSS file
85
  )
86
 
87
  iface.queue(max_size=99, concurrency_count=40).launch(debug=True)
88
 
89