Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ demo = gr.Interface(fn = invoke,
|
|
| 24 |
inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
|
| 25 |
gr.Number(label = "Number of Moves", value = 10, minimum = 1, maximum = 25)],
|
| 26 |
outputs = [gr.Markdown(label = "Game", value=os.environ["OUTPUT"], line_breaks=True, sanitize_html=False)],
|
| 27 |
-
title = "Multi-Agent AI:
|
| 28 |
description = os.environ["DESCRIPTION"])
|
| 29 |
|
| 30 |
demo.launch()
|
|
|
|
| 24 |
inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
|
| 25 |
gr.Number(label = "Number of Moves", value = 10, minimum = 1, maximum = 25)],
|
| 26 |
outputs = [gr.Markdown(label = "Game", value=os.environ["OUTPUT"], line_breaks=True, sanitize_html=False)],
|
| 27 |
+
title = "Multi-Agent AI: Financial Analysis",
|
| 28 |
description = os.environ["DESCRIPTION"])
|
| 29 |
|
| 30 |
demo.launch()
|