bstraehle commited on
Commit
08641fe
·
verified ·
1 Parent(s): 6ac71e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -151,9 +151,9 @@ with gr.Blocks() as gaia:
151
  cache_examples=False
152
  )
153
  with gr.Tab("Documentation"):
154
- with gr.Row():
155
- with gr.Column(scale=4):
156
- gr.Markdown(os.environ.get("DOCUMENTATION"))
157
 
158
  if __name__ == "__main__":
159
  gaia.launch(mcp_server=True, share=False)
 
151
  cache_examples=False
152
  )
153
  with gr.Tab("Documentation"):
154
+ gr.Markdown(os.environ.get("DOCUMENTATION"))
155
+ with gr.Row():
156
+ with gr.Column(scale=4):
157
 
158
  if __name__ == "__main__":
159
  gaia.launch(mcp_server=True, share=False)