LilTomat0 commited on
Commit
f4f150f
·
verified ·
1 Parent(s): 93257ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -239,6 +239,8 @@ with gr.Blocks(css=".submit-button {background-color: orange; color: white; font
239
  space and can be used for tasks like clustering or semantic search.
240
  Created by Yiyi He, supervised by A.Prof. Sonny Pham. This project is solely
241
  dedicated for Dr. Welber Marinovic and Master of Computing, Artificial Intelligence, Computer Science Project (COMP6016).
 
 
242
  """
243
  )
244
 
 
239
  space and can be used for tasks like clustering or semantic search.
240
  Created by Yiyi He, supervised by A.Prof. Sonny Pham. This project is solely
241
  dedicated for Dr. Welber Marinovic and Master of Computing, Artificial Intelligence, Computer Science Project (COMP6016).
242
+
243
+ Any feedback is greatly appreciated at: [email protected]
244
  """
245
  )
246