Lagyamfi commited on
Commit
fc9492f
·
1 Parent(s): 9635299

add new logos and fix display on mobile

Browse files
Files changed (5) hide show
  1. Black Stacked.png +0 -0
  2. Black.png +0 -0
  3. Color.png +0 -0
  4. app.py +5 -3
  5. color Stacked.png +0 -0
Black Stacked.png ADDED
Black.png ADDED
Color.png ADDED
app.py CHANGED
@@ -106,16 +106,18 @@ with gr.Blocks(
106
  with gr.Row(variant="compact"):
107
  with gr.Column(
108
  scale=1,
109
- min_width=0,
110
  ):
111
  gr.Image(
112
- "logo_2.jpeg",
113
  show_label=False,
114
  height=100,
115
  show_download_button=False,
116
  show_fullscreen_button=False,
117
  container=False,
118
  show_share_button=False,
 
 
119
  )
120
  with gr.Column(
121
  scale=3,
@@ -133,7 +135,7 @@ with gr.Blocks(
133
  )
134
  with gr.Column(
135
  scale=1,
136
- min_width=0,
137
  ):
138
  gr.Image(
139
  "NLPGhana_logo_1.png",
 
106
  with gr.Row(variant="compact"):
107
  with gr.Column(
108
  scale=1,
109
+ min_width=100,
110
  ):
111
  gr.Image(
112
+ "Color.png",
113
  show_label=False,
114
  height=100,
115
  show_download_button=False,
116
  show_fullscreen_button=False,
117
  container=False,
118
  show_share_button=False,
119
+ # min_width=100,
120
+ # scale=1,
121
  )
122
  with gr.Column(
123
  scale=3,
 
135
  )
136
  with gr.Column(
137
  scale=1,
138
+ min_width=100,
139
  ):
140
  gr.Image(
141
  "NLPGhana_logo_1.png",
color Stacked.png ADDED