bstraehle commited on
Commit
d8fdcda
1 Parent(s): a3c6f9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ demo = gr.Interface(fn = invoke,
26
  inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
27
  gr.Textbox(label = "Task", value = f"Today is {datetime.date.today()}. {os.environ['INPUT']}")],
28
  outputs = [gr.Markdown(label = "Output", value = os.environ["OUTPUT"], line_breaks = True, sanitize_html = False)],
29
- title = "Multi-Agent AI: Financial Analysis",
30
  description = os.environ["DESCRIPTION"])
31
 
32
  demo.launch()
 
26
  inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
27
  gr.Textbox(label = "Task", value = f"Today is {datetime.date.today()}. {os.environ['INPUT']}")],
28
  outputs = [gr.Markdown(label = "Output", value = os.environ["OUTPUT"], line_breaks = True, sanitize_html = False)],
29
+ title = "Multi-Agent AI: Coding",
30
  description = os.environ["DESCRIPTION"])
31
 
32
  demo.launch()