Update app.py
Browse files
app.py
CHANGED
@@ -146,5 +146,9 @@ with gr.Blocks() as grady:
|
|
146 |
cache_examples=False
|
147 |
)
|
148 |
with gr.Tab("Documentation"):
|
|
|
|
|
|
|
|
|
149 |
|
150 |
grady.launch(mcp_server=True)
|
|
|
146 |
cache_examples=False
|
147 |
)
|
148 |
with gr.Tab("Documentation"):
|
149 |
+
gr.Textbox(
|
150 |
+
label=os.environ.get("DOCUMENTATION"),
|
151 |
+
interactive=False
|
152 |
+
)
|
153 |
|
154 |
grady.launch(mcp_server=True)
|