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("## 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("## Grady - General AI Assistant")
|
| 59 |
gr.Markdown(os.environ.get("DESCRIPTION"))
|
| 60 |
|
| 61 |
with gr.Row():
|