Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,6 @@ with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
|
|
| 93 |
avatar_images=("./astronaut.png", "./robot.png"),
|
| 94 |
render_markdown= True,
|
| 95 |
line_breaks=True,
|
| 96 |
-
#likeable=False,
|
| 97 |
layout='panel')
|
| 98 |
|
| 99 |
msg = gr.Textbox(label="Write a question or instruction ...", placeholder="What is the capital of Brazil?")
|
|
|
|
| 93 |
avatar_images=("./astronaut.png", "./robot.png"),
|
| 94 |
render_markdown= True,
|
| 95 |
line_breaks=True,
|
|
|
|
| 96 |
layout='panel')
|
| 97 |
|
| 98 |
msg = gr.Textbox(label="Write a question or instruction ...", placeholder="What is the capital of Brazil?")
|