dyadd commited on
Commit
322bd53
·
verified ·
1 Parent(s): b9a1579

Upload folder using huggingface_hub

Browse files
nbs/02_learning_interface.ipynb CHANGED
@@ -867,8 +867,7 @@
867
  " # Update the Markdown component to handle string input\n",
868
  " goal_display = gr.Markdown(\n",
869
  " value=\"No active learning goal\",\n",
870
- " elem_classes=[\"active-goal\"],\n",
871
- " sanitize=False # Allow raw HTML if needed\n",
872
  " )\n",
873
  " \n",
874
  " # Chat interface with proper sizing\n",
 
867
  " # Update the Markdown component to handle string input\n",
868
  " goal_display = gr.Markdown(\n",
869
  " value=\"No active learning goal\",\n",
870
+ " elem_classes=[\"active-goal\"]\n",
 
871
  " )\n",
872
  " \n",
873
  " # Chat interface with proper sizing\n",
wardbuddy/learning_interface.py CHANGED
@@ -768,8 +768,7 @@ class LearningInterface:
768
  # Update the Markdown component to handle string input
769
  goal_display = gr.Markdown(
770
  value="No active learning goal",
771
- elem_classes=["active-goal"],
772
- sanitize=False # Allow raw HTML if needed
773
  )
774
 
775
  # Chat interface with proper sizing
 
768
  # Update the Markdown component to handle string input
769
  goal_display = gr.Markdown(
770
  value="No active learning goal",
771
+ elem_classes=["active-goal"]
 
772
  )
773
 
774
  # Chat interface with proper sizing