bstraehle commited on
Commit
d2c49bb
·
verified ·
1 Parent(s): 773b16e

Update app.py

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