bstraehle commited on
Commit
1b32da6
Β·
verified Β·
1 Parent(s): d3d3e4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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