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