Update app.py
Browse files
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("##
|
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():
|