Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 306 |
gr.Image(value="dataset-cover.jpg", type="filepath")
|
| 307 |
-
with gr.
|
| 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 |
|