zlsah commited on
Commit
2845ab6
·
1 Parent(s): c2eb605

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,7 +45,7 @@ def chat(inp, history, agent): # inp: User Input
45
  return history, history
46
 
47
 
48
- block = gr.Blocks(css=".gradio-container {background-color: lightgray}")
49
 
50
  with block:
51
  with gr.Row():
@@ -66,7 +66,7 @@ with block:
66
  placeholder="A game about turtles and ninjas who are flying in space in order to explore new planets",
67
  lines=1,
68
  )
69
- submit = gr.Button(value="Send", variant="secondary").style(full_width=False)
70
 
71
  gr.Examples(
72
  examples=[
 
45
  return history, history
46
 
47
 
48
+ block = gr.Blocks(css=".gradio-container {background-color: darkpurple}")
49
 
50
  with block:
51
  with gr.Row():
 
66
  placeholder="A game about turtles and ninjas who are flying in space in order to explore new planets",
67
  lines=1,
68
  )
69
+ submit = gr.Button(value="Dream", variant="secondary").style(full_width=False)
70
 
71
  gr.Examples(
72
  examples=[