Spaces:
Running
Running
Update flare-ui/src/app/components/environment/environment.component.html
Browse files
flare-ui/src/app/components/environment/environment.component.html
CHANGED
@@ -286,7 +286,7 @@
|
|
286 |
</mat-expansion-panel>
|
287 |
</div>
|
288 |
|
289 |
-
<mat-expansion-panel class="prompt-panel">
|
290 |
<mat-expansion-panel-header>
|
291 |
<mat-panel-title>
|
292 |
<mat-icon>psychology</mat-icon>
|
@@ -297,7 +297,7 @@
|
|
297 |
</mat-panel-description>
|
298 |
</mat-expansion-panel-header>
|
299 |
|
300 |
-
<mat-form-field appearance="outline" class="full-width
|
301 |
<mat-label>Internal Prompt</mat-label>
|
302 |
<textarea
|
303 |
matInput
|
|
|
286 |
</mat-expansion-panel>
|
287 |
</div>
|
288 |
|
289 |
+
<mat-expansion-panel class="prompt-panel accordion-content">
|
290 |
<mat-expansion-panel-header>
|
291 |
<mat-panel-title>
|
292 |
<mat-icon>psychology</mat-icon>
|
|
|
297 |
</mat-panel-description>
|
298 |
</mat-expansion-panel-header>
|
299 |
|
300 |
+
<mat-form-field appearance="outline" class="full-width">
|
301 |
<mat-label>Internal Prompt</mat-label>
|
302 |
<textarea
|
303 |
matInput
|