Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ demo = gr.Interface(fn=invoke,
|
|
47 |
gr.Textbox(label="OpenAI API Key *", type="password"),
|
48 |
gr.Textbox(label="Gemini API Key *", type="password")],
|
49 |
outputs=[gr.Textbox(label="Answer", lines=1, interactive=False, value=os.environ["OUTPUT"])],
|
50 |
-
title="General AI Assistant π€π€π€",
|
51 |
description=os.environ["DESCRIPTION"],
|
52 |
examples=get_questions(QUESTION_FILE_PATH, QUESTION_LEVEL),
|
53 |
cache_examples=False
|
|
|
47 |
gr.Textbox(label="OpenAI API Key *", type="password"),
|
48 |
gr.Textbox(label="Gemini API Key *", type="password")],
|
49 |
outputs=[gr.Textbox(label="Answer", lines=1, interactive=False, value=os.environ["OUTPUT"])],
|
50 |
+
title="General AI Assistant - GAIA π€π€π€",
|
51 |
description=os.environ["DESCRIPTION"],
|
52 |
examples=get_questions(QUESTION_FILE_PATH, QUESTION_LEVEL),
|
53 |
cache_examples=False
|