ciyidogan commited on
Commit
ae59c77
·
verified ·
1 Parent(s): 5f2eb01

Update flare-ui/src/app/dialogs/version-edit-dialog/version-edit-dialog.component.html

Browse files
flare-ui/src/app/dialogs/version-edit-dialog/version-edit-dialog.component.html CHANGED
@@ -60,9 +60,11 @@
60
 
61
  <mat-form-field appearance="outline" class="full-width">
62
  <mat-label>General System Prompt</mat-label>
63
- <textarea matInput formControlName="general_prompt"
64
- rows="10"
65
- placeholder="Define the assistant's behavior and capabilities..."></textarea>
 
 
66
  <mat-hint>This prompt defines the overall behavior of your assistant</mat-hint>
67
  </mat-form-field>
68
 
 
60
 
61
  <mat-form-field appearance="outline" class="full-width">
62
  <mat-label>General System Prompt</mat-label>
63
+ <textarea matInput
64
+ class="code-textarea"
65
+ formControlName="general_prompt"
66
+ rows="10"
67
+ placeholder="Define the assistant's behavior and capabilities..."></textarea>
68
  <mat-hint>This prompt defines the overall behavior of your assistant</mat-hint>
69
  </mat-form-field>
70