Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ padding: 0 !important;
|
|
91 |
span.svelte-s1r2yt{font-weight: bold !important;
|
92 |
}
|
93 |
"""
|
94 |
-
with gr.Blocks(css=css
|
95 |
with gr.Row():
|
96 |
with gr.Column(scale=4):
|
97 |
search_box = gr.Textbox( label='Search Name', placeholder='You can search for titles with regular expressions. e.g. (?<!sur)face',max_lines=1, scale = 3)
|
|
|
91 |
span.svelte-s1r2yt{font-weight: bold !important;
|
92 |
}
|
93 |
"""
|
94 |
+
with gr.Blocks(css=css) as demo:
|
95 |
with gr.Row():
|
96 |
with gr.Column(scale=4):
|
97 |
search_box = gr.Textbox( label='Search Name', placeholder='You can search for titles with regular expressions. e.g. (?<!sur)face',max_lines=1, scale = 3)
|