Spaces:
Running
Running
Update Webpage.py
Browse files- Webpage.py +8 -1
Webpage.py
CHANGED
@@ -184,10 +184,17 @@ with gr.Blocks() as demo:
|
|
184 |
)
|
185 |
gr.Markdown(
|
186 |
"""
|
187 |
-
<div style='text-align: center; padding:
|
188 |
<p>Copyright © 2024 Manuscript Authors. All Rights Reserved.</p>
|
189 |
</div>
|
190 |
"""
|
191 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
|
193 |
demo.launch(share=False)
|
|
|
184 |
)
|
185 |
gr.Markdown(
|
186 |
"""
|
187 |
+
<div style='text-align: center; padding: 1px;'>
|
188 |
<p>Copyright © 2024 Manuscript Authors. All Rights Reserved.</p>
|
189 |
</div>
|
190 |
"""
|
191 |
)
|
192 |
+
gr.Markdown(
|
193 |
+
"""
|
194 |
+
<div style='text-align: center; padding: 1px;'>
|
195 |
+
<p>Disclaimer: This app is provided for free and for academic use only. The authors take no responsibility for your use of the information contained in or linked from these web pages.</p>
|
196 |
+
</div>
|
197 |
+
"""
|
198 |
+
)
|
199 |
|
200 |
demo.launch(share=False)
|