Spaces:
Running
Running
Updated message
Browse files
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 |
-
|
|
|
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:
|