Loren commited on
Commit
2f3974b
·
verified ·
1 Parent(s): 1f9f7a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -302,9 +302,9 @@ list_tags = get_tags()
302
  # --- Interface Gradio ---
303
  with gr.Blocks(title="Search articles", css=custom_css) as demo:
304
  with gr.Row():
305
- with gr.Columns():
306
  gr.Image(value="dataset-cover.jpg", type="filepath")
307
- with gr.Columns():
308
  gr.HTML("<h1 style='text-align: center; font-weight: bold;'>190k+ Medium Articles</h1>")
309
  gr.Markdown("## 🔎 Search in this dataset hosted in Kaggle ([Dataset details]({https://www.kaggle.com/datasets/fabiochiusano/medium-articles}))")
310
 
 
302
  # --- Interface Gradio ---
303
  with gr.Blocks(title="Search articles", css=custom_css) as demo:
304
  with gr.Row():
305
+ with gr.Column():
306
  gr.Image(value="dataset-cover.jpg", type="filepath")
307
+ with gr.Column():
308
  gr.HTML("<h1 style='text-align: center; font-weight: bold;'>190k+ Medium Articles</h1>")
309
  gr.Markdown("## 🔎 Search in this dataset hosted in Kaggle ([Dataset details]({https://www.kaggle.com/datasets/fabiochiusano/medium-articles}))")
310