bstraehle commited on
Commit
860aaf3
·
verified ·
1 Parent(s): 65cd826

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def _run(question, openai_api_key, gemini_api_key, anthropic_api_key, file_name
55
  gr.close_all()
56
 
57
  with gr.Blocks() as gaia:
58
- gr.Markdown("## Grady - General AI Assistant")
59
  gr.Markdown(os.environ.get("DESCRIPTION"))
60
 
61
  with gr.Row():
 
55
  gr.close_all()
56
 
57
  with gr.Blocks() as gaia:
58
+ gr.Markdown("## General AI Assistant - Grady")
59
  gr.Markdown(os.environ.get("DESCRIPTION"))
60
 
61
  with gr.Row():