baconnier commited on
Commit
3662e5c
1 Parent(s): 6c37a5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ class GradioInterface:
149
  .title-container::before { content: ''; }
150
  .input-container::before { content: 'PROMPT REFINEMENT'; }
151
  .analysis-container::before { content: 'ANALYSIS & REFINEMENT'; }
152
- .model-container::before { content: 'PROMPT APPLICATION'; }
153
  .results-container::before { content: 'RESULTS'; }
154
  .examples-container::before { content: 'EXAMPLES'; }
155
 
 
149
  .title-container::before { content: ''; }
150
  .input-container::before { content: 'PROMPT REFINEMENT'; }
151
  .analysis-container::before { content: 'ANALYSIS & REFINEMENT'; }
152
+ .model-container::before { content: 'MODEL APPLICATION'; }
153
  .results-container::before { content: 'RESULTS'; }
154
  .examples-container::before { content: 'EXAMPLES'; }
155