janmariakowalski commited on
Commit
342a4e7
·
verified ·
1 Parent(s): da59bed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -188,11 +188,12 @@ with gr.Blocks(theme=theme, css=".gradio-container {max-width: 960px !important;
188
  with gr.Row():
189
  # Left column for controls and description
190
  with gr.Column(scale=2):
 
 
 
191
  gr.Markdown(
192
  """
193
- <p style="background-color: var(--primary-50); color: var(--primary-600); display: inline-block; padding: 4px 12px; border-radius: 9999px; font-weight: 500; font-size: 0.875rem;">
194
- Bielik Guard
195
- </p>
196
  <h1 style="font-size: 2.8rem; font-weight: 800; line-height: 1.2; margin-top: 1rem; margin-bottom: 1rem; color: var(--neutral-800);">
197
  Przetestuj <span style="color: var(--primary-600);">SÓJKĘ</span> – Bielik Guard dla bezpiecznej komunikacji
198
  </h1>
@@ -201,6 +202,7 @@ with gr.Blocks(theme=theme, css=".gradio-container {max-width: 960px !important;
201
  </p>
202
  """
203
  )
 
204
  input_text = gr.Textbox(
205
  lines=8,
206
  label="Wprowadź tekst do analizy",
 
188
  with gr.Row():
189
  # Left column for controls and description
190
  with gr.Column(scale=2):
191
+
192
+ gr.Image(JAY_IMAGE_URL, show_label=False, show_download_button=False, container=False, width=200)
193
+
194
  gr.Markdown(
195
  """
196
+
 
 
197
  <h1 style="font-size: 2.8rem; font-weight: 800; line-height: 1.2; margin-top: 1rem; margin-bottom: 1rem; color: var(--neutral-800);">
198
  Przetestuj <span style="color: var(--primary-600);">SÓJKĘ</span> – Bielik Guard dla bezpiecznej komunikacji
199
  </h1>
 
202
  </p>
203
  """
204
  )
205
+
206
  input_text = gr.Textbox(
207
  lines=8,
208
  label="Wprowadź tekst do analizy",