eaglelandsonce commited on
Commit
b6302c6
1 Parent(s): 5850258

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -618,7 +618,7 @@ with gr.Blocks() as demo:
618
  gr.HTML(STEP1_TITLE)
619
  with gr.Row():
620
  with gr.Column(scale=1):
621
- gr.Image(value="resources/trag2.jpg")
622
  with gr.Column(scale=5):
623
  gr.Textbox(value = portfolios_output, label="Generated Portfolios Example", lines=40, interactive=False )
624
 
 
618
  gr.HTML(STEP1_TITLE)
619
  with gr.Row():
620
  with gr.Column(scale=1):
621
+ gr.Image(value="resources/robot1.jpg")
622
  with gr.Column(scale=5):
623
  gr.Textbox(value = portfolios_output, label="Generated Portfolios Example", lines=40, interactive=False )
624