bstraehle commited on
Commit
1daae6b
·
verified ·
1 Parent(s): efcf157

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
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("Assistant"):
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.Textbox(
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)