ajwthompson commited on
Commit
930b1eb
·
1 Parent(s): e9ee445

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -49,8 +49,9 @@ class ChatWrapper:
49
 
50
  chat = ChatWrapper()
51
 
52
- block = gr.Blocks(css=".gradio-container {background-color: '04A7E3'}")
53
 
 
54
  with block:
55
  with gr.Row():
56
  gr.Markdown("<h2><center>The Bot Forge</h2></center><h3> <center>Chat about - State-of-the-Union 2023</center></h3>")
@@ -73,7 +74,7 @@ with block:
73
  submit = gr.Button(value="Send", variant="secondary").style(full_width=False)
74
 
75
  gr.Examples(
76
- examples=[
77
  "What did the president say about Kentaji Brown Jackson",
78
  "Did he mention Stephen Breyer?",
79
  "What was his stance on Ukraine",
 
49
 
50
  chat = ChatWrapper()
51
 
52
+ block = gr.Blocks(css=".gradio-container {background-color: #04A7E3}")
53
 
54
+ image_url = "https://www.thebotforge.io/wp-content/uploads/2022/01/the-bot-forge-logo-100px.png"
55
  with block:
56
  with gr.Row():
57
  gr.Markdown("<h2><center>The Bot Forge</h2></center><h3> <center>Chat about - State-of-the-Union 2023</center></h3>")
 
74
  submit = gr.Button(value="Send", variant="secondary").style(full_width=False)
75
 
76
  gr.Examples(
77
+ examples=[[image_url, ""],
78
  "What did the president say about Kentaji Brown Jackson",
79
  "Did he mention Stephen Breyer?",
80
  "What was his stance on Ukraine",