Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -94,12 +94,12 @@ def show_video(video_url):
|
|
94 |
# Create the Gradio interface
|
95 |
with gr.Blocks(css="""
|
96 |
#search_output img {
|
97 |
-
width:
|
98 |
height: auto !important;
|
99 |
margin-right: 20px;
|
100 |
}
|
101 |
#search_output .label {
|
102 |
-
font-size:
|
103 |
}
|
104 |
#search_output .gallery-item {
|
105 |
display: flex !important;
|
@@ -115,11 +115,11 @@ with gr.Blocks(css="""
|
|
115 |
flex-direction: column;
|
116 |
}
|
117 |
#search_output .gallery-item h3 {
|
118 |
-
font-size:
|
119 |
margin: 0 0 10px 0;
|
120 |
}
|
121 |
#search_output .gallery-item p {
|
122 |
-
font-size:
|
123 |
margin: 0;
|
124 |
}
|
125 |
""") as demo:
|
|
|
94 |
# Create the Gradio interface
|
95 |
with gr.Blocks(css="""
|
96 |
#search_output img {
|
97 |
+
width: 500px !important;
|
98 |
height: auto !important;
|
99 |
margin-right: 20px;
|
100 |
}
|
101 |
#search_output .label {
|
102 |
+
font-size: 36px !important;
|
103 |
}
|
104 |
#search_output .gallery-item {
|
105 |
display: flex !important;
|
|
|
115 |
flex-direction: column;
|
116 |
}
|
117 |
#search_output .gallery-item h3 {
|
118 |
+
font-size: 36px;
|
119 |
margin: 0 0 10px 0;
|
120 |
}
|
121 |
#search_output .gallery-item p {
|
122 |
+
font-size: 24px;
|
123 |
margin: 0;
|
124 |
}
|
125 |
""") as demo:
|