Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,9 +56,10 @@ gr.close_all()
|
|
| 56 |
|
| 57 |
with gr.Blocks() as grady:
|
| 58 |
gr.Markdown("## Grady - General AI Assistant")
|
| 59 |
-
gr.Markdown(os.environ.get("DESCRIPTION"))
|
| 60 |
|
| 61 |
with gr.Tab("Assistant"):
|
|
|
|
|
|
|
| 62 |
with gr.Row():
|
| 63 |
with gr.Column(scale=3):
|
| 64 |
with gr.Row():
|
|
|
|
| 56 |
|
| 57 |
with gr.Blocks() as grady:
|
| 58 |
gr.Markdown("## Grady - General AI Assistant")
|
|
|
|
| 59 |
|
| 60 |
with gr.Tab("Assistant"):
|
| 61 |
+
gr.Markdown(os.environ.get("DESCRIPTION"))
|
| 62 |
+
|
| 63 |
with gr.Row():
|
| 64 |
with gr.Column(scale=3):
|
| 65 |
with gr.Row():
|