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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -56,9 +56,10 @@ gr.close_all()
56
 
57
  with gr.Blocks() as grady:
58
  gr.Markdown("## Grady - General AI Assistant")
59
- gr.Markdown(os.environ.get("DESCRIPTION"))
60
 
61
  with gr.Tab("Assistant"):
 
 
62
  with gr.Row():
63
  with gr.Column(scale=3):
64
  with gr.Row():
 
56
 
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():
64
  with gr.Column(scale=3):
65
  with gr.Row():