rhea2809 commited on
Commit
1a97f68
·
verified ·
1 Parent(s): be6dbea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, fill_height=False) 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)
 
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)