kovacsvi commited on
Commit
2320c61
·
1 Parent(s): 8a7ede4

use htlm instead

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -236,7 +236,7 @@ with gr.Blocks(css=css) as demo:
236
  """
237
 
238
  gr.HTML("<h1>MORES Pulse</h1>", elem_classes="title_")
239
- gr.Markdown(introduction, elem_classes="info")
240
  with gr.Row():
241
  with gr.Column():
242
  input_text = gr.Textbox(lines=6, label="Input", placeholder="Enter your text here...")
 
236
  """
237
 
238
  gr.HTML("<h1>MORES Pulse</h1>", elem_classes="title_")
239
+ gr.HTML(introduction, elem_classes="info")
240
  with gr.Row():
241
  with gr.Column():
242
  input_text = gr.Textbox(lines=6, label="Input", placeholder="Enter your text here...")