mobenta commited on
Commit
8353f46
·
verified ·
1 Parent(s): 9ccb040

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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: 300px !important;
98
  height: auto !important;
99
  margin-right: 20px;
100
  }
101
  #search_output .label {
102
- font-size: 24px !important;
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: 24px;
119
  margin: 0 0 10px 0;
120
  }
121
  #search_output .gallery-item p {
122
- font-size: 18px;
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: