Update app.py
Browse files
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:
|
| 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="
|
| 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=[
|