Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ gr.close_all()
|
|
57 |
with gr.Blocks() as grady:
|
58 |
gr.Markdown("## Grady - General AI Assistant")
|
59 |
|
60 |
-
with gr.Tab("
|
61 |
gr.Markdown(os.environ.get("DESCRIPTION"))
|
62 |
|
63 |
with gr.Row():
|
@@ -147,9 +147,6 @@ with gr.Blocks() as grady:
|
|
147 |
cache_examples=False
|
148 |
)
|
149 |
with gr.Tab("Documentation"):
|
150 |
-
gr.
|
151 |
-
label=os.environ.get("DOCUMENTATION"),
|
152 |
-
interactive=False
|
153 |
-
)
|
154 |
|
155 |
grady.launch(mcp_server=True)
|
|
|
57 |
with gr.Blocks() as grady:
|
58 |
gr.Markdown("## Grady - General AI Assistant")
|
59 |
|
60 |
+
with gr.Tab("Solution"):
|
61 |
gr.Markdown(os.environ.get("DESCRIPTION"))
|
62 |
|
63 |
with gr.Row():
|
|
|
147 |
cache_examples=False
|
148 |
)
|
149 |
with gr.Tab("Documentation"):
|
150 |
+
gr.Markdown(os.environ.get("DOCUMENTATION"))
|
|
|
|
|
|
|
151 |
|
152 |
grady.launch(mcp_server=True)
|