bstraehle commited on
Commit
11a43a7
·
verified ·
1 Parent(s): 1a4e9af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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)