Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ iface = gr.Interface(
|
|
73 |
gr.inputs.Audio(source="microphone", type="filepath") # Audio input
|
74 |
],
|
75 |
outputs=gr.inputs.Textbox(), # Using inputs.Textbox as an output to make it editable
|
76 |
-
description=img_html,
|
77 |
css="custom.css" # Link to the custom CSS file
|
78 |
)
|
79 |
|
|
|
73 |
gr.inputs.Audio(source="microphone", type="filepath") # Audio input
|
74 |
],
|
75 |
outputs=gr.inputs.Textbox(), # Using inputs.Textbox as an output to make it editable
|
76 |
+
description=f'{img_html}<br><br><a href="https://forms.moe.edu.sg/forms/J0lmkJ" target="_blank">Click here to provide feedback on the initial prototype of the Oral Coach</a>',
|
77 |
css="custom.css" # Link to the custom CSS file
|
78 |
)
|
79 |
|