eaglelandsonce commited on
Commit
8dd1745
1 Parent(s): d426a59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -17,7 +17,7 @@ TITLE1 = """<h1 align="center">Company Analysis</h1>"""
17
  TITLE2 = """<h1 align="center">Investment Strategy</h1>"""
18
  TITLE3 = """<h1 align="center">Profit Prophet</h1>"""
19
 
20
- SUBTITLE = """<h2 align="center">Movie Editing Agent built with Gemini Pro and Gemini Pro Vision API</h2>"""
21
  GETKEY = """
22
  <div style="text-align: center; display: flex; justify-content: center; align-items: center;">
23
  <span>Get an API key
@@ -294,10 +294,10 @@ with gr.Blocks() as demo:
294
 
295
  with gr.Row():
296
  with gr.Column(scale=1):
297
- gr.Image(value = "resources/imageinput.jpg")
298
  with gr.Column(scale=1):
299
- gr.Video(value="resources/sdiff.mp4")
300
-
301
 
302
 
303
  demo.queue(max_size=99).launch(debug=False, show_error=True)
 
17
  TITLE2 = """<h1 align="center">Investment Strategy</h1>"""
18
  TITLE3 = """<h1 align="center">Profit Prophet</h1>"""
19
 
20
+ SUBTITLE = """<h2 align="center">Strategy Agent built with Gemini Pro and Gemini Pro Vision API</h2>"""
21
  GETKEY = """
22
  <div style="text-align: center; display: flex; justify-content: center; align-items: center;">
23
  <span>Get an API key
 
294
 
295
  with gr.Row():
296
  with gr.Column(scale=1):
297
+ gr.Image(value = "resources/holder.png")
298
  with gr.Column(scale=1):
299
+ gr.Image(value = "resources/holder.png")
300
+
301
 
302
 
303
  demo.queue(max_size=99).launch(debug=False, show_error=True)