bstraehle commited on
Commit
0e84119
·
verified ·
1 Parent(s): ca8c635

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ demo = gr.Interface(fn = invoke,
35
  gr.Textbox(label = "Ground Truth"),
36
  gr.Textbox(label = "OpenAI API Key", type = "password")],
37
  outputs = [gr.Textbox(label = "Answer", lines = 1, interactive = False)],
38
- title = "General AI Assistant (GAIA)",
39
  description = os.environ["DESCRIPTION"],
40
  examples = get_questions(),
41
  cache_examples = False
 
35
  gr.Textbox(label = "Ground Truth"),
36
  gr.Textbox(label = "OpenAI API Key", type = "password")],
37
  outputs = [gr.Textbox(label = "Answer", lines = 1, interactive = False)],
38
+ title = "General AI Assistant (GAIA) 🤖🤝🤖",
39
  description = os.environ["DESCRIPTION"],
40
  examples = get_questions(),
41
  cache_examples = False