jeremierostan commited on
Commit
ccf41cb
·
verified ·
1 Parent(s): a215532

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -144,8 +144,8 @@ def generate_elt_plan(file):
144
 
145
  # Set up Gradio Blocks
146
  with gr.Blocks() as demo:
147
- gr.HTML(f"""<img src="https://i.postimg.cc/nh4YQVsD/a-charming-pixar-style-3d-render-of-a-cartoon-dolp-X9honufi-RYOUXdf-Vk-YJYg-A-4-Maeg-X1-LSAi-Y78m-Cs-Is-KRA.png" width="320" height="180">""")
148
- gr.Markdown("# ELT Plan Generator")
149
 
150
  with gr.Row():
151
  with gr.Column():
 
144
 
145
  # Set up Gradio Blocks
146
  with gr.Blocks() as demo:
147
+ gr.HTML(f"""<img src="img.png" width="320" height="180">""")
148
+ gr.Markdown("# ELT Planner Assistant")
149
 
150
  with gr.Row():
151
  with gr.Column():