Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def main(query, history):
|
|
81 |
|
82 |
# Create a Gradio Interface
|
83 |
|
84 |
-
iface = gr.ChatInterface(main, title="SAFe Specialist",\
|
85 |
description="SAFe Specialist guiding transitions with realistic and \
|
86 |
optimistic advice towards a product centric approach",\
|
87 |
examples=["How can I shift from project to product mode?",\
|
|
|
81 |
|
82 |
# Create a Gradio Interface
|
83 |
|
84 |
+
iface = gr.ChatInterface(main, title="SAFe Specialist: Your Guide to Scaled Agile Framework",\
|
85 |
description="SAFe Specialist guiding transitions with realistic and \
|
86 |
optimistic advice towards a product centric approach",\
|
87 |
examples=["How can I shift from project to product mode?",\
|