Update app.py
Browse files
app.py
CHANGED
@@ -119,8 +119,8 @@ footer {
|
|
119 |
'''
|
120 |
|
121 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
122 |
-
gr.HTML(html_content)
|
123 |
gr.Markdown(DESCRIPTIONx)
|
|
|
124 |
with gr.Group():
|
125 |
with gr.Row():
|
126 |
prompt = gr.Text(
|
|
|
119 |
'''
|
120 |
|
121 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
|
122 |
gr.Markdown(DESCRIPTIONx)
|
123 |
+
gr.HTML(html_content)
|
124 |
with gr.Group():
|
125 |
with gr.Row():
|
126 |
prompt = gr.Text(
|