Update app.py
Browse files
app.py
CHANGED
|
@@ -154,7 +154,8 @@ with gr.Blocks() as chat:
|
|
| 154 |
|
| 155 |
def on_select(ex):
|
| 156 |
return ex
|
| 157 |
-
|
|
|
|
| 158 |
ex = {}
|
| 159 |
with gr.Group("Examples"):
|
| 160 |
with gr.Row():
|
|
|
|
| 154 |
|
| 155 |
def on_select(ex):
|
| 156 |
return ex
|
| 157 |
+
|
| 158 |
+
gr.Markdown("#### *Examples:*")
|
| 159 |
ex = {}
|
| 160 |
with gr.Group("Examples"):
|
| 161 |
with gr.Row():
|