Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def build_demo(TYPES):
|
|
133 |
|
134 |
with gr.Row():
|
135 |
with gr.Column():
|
136 |
-
gr.Markdown("## 📢 Plan Module Process History", elem_classes="markdown-text")
|
137 |
Chatbot_Common_Plan = gr.Chatbot(avatar_images=["human_icon.jpeg", "ai_icon.png"], height="auto", container=False, label="Common Plan History", likeable=False, show_share_button=False, show_label=True, elem_classes="chat-common", layout="bubble")
|
138 |
Chatbot_Common_Plan.change(lambda x: x, inputs=[], outputs=[], scroll_to_output=False, js=js_code)
|
139 |
with gr.Column():
|
|
|
133 |
|
134 |
with gr.Row():
|
135 |
with gr.Column():
|
136 |
+
gr.Markdown("## 📢 Plan Module Process History with <span style='background-color: #FDFDBA;'>Execution Module Results</span>", elem_classes="markdown-text")
|
137 |
Chatbot_Common_Plan = gr.Chatbot(avatar_images=["human_icon.jpeg", "ai_icon.png"], height="auto", container=False, label="Common Plan History", likeable=False, show_share_button=False, show_label=True, elem_classes="chat-common", layout="bubble")
|
138 |
Chatbot_Common_Plan.change(lambda x: x, inputs=[], outputs=[], scroll_to_output=False, js=js_code)
|
139 |
with gr.Column():
|