Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,6 @@ def view_model(selected_models):
|
|
62 |
# CSS to style the Gradio components and HTML content
|
63 |
custom_css = """
|
64 |
body {
|
65 |
-
background-image: url('https://api.deepai.org/job-view-file/a63aebee-08cf-4914-9439-8c791a9c7cf5/outputs/output.jpg'); /* Replace with your image URL */
|
66 |
background-position: center;
|
67 |
background-size: cover;
|
68 |
background-attachment: fixed;
|
@@ -123,8 +122,9 @@ body {
|
|
123 |
|
124 |
with gr.Blocks(css=custom_css) as interface:
|
125 |
gr.Markdown("""
|
126 |
-
|
127 |
A powerful tool designed to help you visualize models in action.
|
|
|
128 |
""")
|
129 |
|
130 |
# Default sample
|
|
|
62 |
# CSS to style the Gradio components and HTML content
|
63 |
custom_css = """
|
64 |
body {
|
|
|
65 |
background-position: center;
|
66 |
background-size: cover;
|
67 |
background-attachment: fixed;
|
|
|
122 |
|
123 |
with gr.Blocks(css=custom_css) as interface:
|
124 |
gr.Markdown("""
|
125 |
+
# Welcome to NeuralVista!
|
126 |
A powerful tool designed to help you visualize models in action.
|
127 |
+
|
128 |
""")
|
129 |
|
130 |
# Default sample
|