rupeshs commited on
Commit
e954e95
1 Parent(s): f4e968d

Updated message

Browse files
Files changed (1) hide show
  1. frontend/webui/hf_demo.py +2 -1
frontend/webui/hf_demo.py CHANGED
@@ -95,7 +95,8 @@ def _get_footer_message() -> str:
95
  ' © 2023 <a href="https://github.com/rupeshs">'
96
  " Rupesh Sreeraman</a></p></center>"
97
  )
98
- return footer_msg
 
99
 
100
 
101
  with gr.Blocks(css=css) as demo:
 
95
  ' © 2023 <a href="https://github.com/rupeshs">'
96
  " Rupesh Sreeraman</a></p></center>"
97
  )
98
+ warning_msg = "<p><b> Please note that this is a minimal demo app.</b> </p><br>"
99
+ return warning_msg + footer_msg
100
 
101
 
102
  with gr.Blocks(css=css) as demo: