smartinez1 commited on
Commit
6659e74
·
verified ·
1 Parent(s): f498085

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -119,6 +119,7 @@ for user_input in user_inputs:
119
  print(f"User: {user_input}")
120
  print(f"AI: {response_str}")
121
  print("-" * 50) # Separator for clarity
 
122
  ### Downstream Use [optional]
123
 
124
  <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
 
119
  print(f"User: {user_input}")
120
  print(f"AI: {response_str}")
121
  print("-" * 50) # Separator for clarity
122
+ ```
123
  ### Downstream Use [optional]
124
 
125
  <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->