eaglelandsonce commited on
Commit
8c96f94
·
verified ·
1 Parent(s): 12cad8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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("Goal", value=course_agents, height=400)
142
 
143
- common_outline= left_column.text_area("Goal", value=course_outline, height=400)
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