bstraehle commited on
Commit
76b736a
·
verified ·
1 Parent(s): 35ae9b1

Update app.py

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