Spaces:
Paused
Paused
Update app.py
Browse files
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
|