Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,11 +136,12 @@ Implementing feedback for future meetings
|
|
| 136 |
|
| 137 |
|
| 138 |
# Use the text_area widget to display the information in a non-editable, scrollable text box
|
|
|
|
| 139 |
common_goal = left_column.text_area("Goal", value=course_goal, height=100)
|
| 140 |
|
| 141 |
-
common_agents = left_column.text_area("
|
| 142 |
|
| 143 |
-
common_outline= left_column.text_area("
|
| 144 |
|
| 145 |
|
| 146 |
# Move the pause/play button under the common goal on the right side
|
|
|
|
| 136 |
|
| 137 |
|
| 138 |
# Use the text_area widget to display the information in a non-editable, scrollable text box
|
| 139 |
+
|
| 140 |
common_goal = left_column.text_area("Goal", value=course_goal, height=100)
|
| 141 |
|
| 142 |
+
common_agents = left_column.text_area("Agents", value=course_agents, height=400)
|
| 143 |
|
| 144 |
+
common_outline= left_column.text_area("Chain of Thought Outline", value=course_outline, height=400)
|
| 145 |
|
| 146 |
|
| 147 |
# Move the pause/play button under the common goal on the right side
|