MaxLSB commited on
Commit
6521f31
·
verified ·
1 Parent(s): c32f52a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -68,10 +68,6 @@ image_path = "static/le-carnet.png"
68
  with gr.Blocks(title="LeCarnet - Chat Interface") as demo:
69
  # Header with image and title
70
  with gr.Row():
71
- gr.Markdown(
72
- value=f"![](file/{image_path})",
73
- elem_classes="header-image"
74
- )
75
  gr.Markdown(
76
  "<h1 style='margin:0; display:inline; vertical-align:top;'>LeCarnet</h1>",
77
  label=None
 
68
  with gr.Blocks(title="LeCarnet - Chat Interface") as demo:
69
  # Header with image and title
70
  with gr.Row():
 
 
 
 
71
  gr.Markdown(
72
  "<h1 style='margin:0; display:inline; vertical-align:top;'>LeCarnet</h1>",
73
  label=None