baconnier commited on
Commit
c605a37
1 Parent(s): 8c5c5d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -140,7 +140,7 @@ class GradioInterface:
140
  }
141
 
142
  /* Container labels */
143
- .title-container::before { content: ''; }
144
  .input-container::before { content: 'PROMPT REFINEMENT'; }
145
  .analysis-container::before { content: 'ANALYSIS & REFINEMENT'; }
146
  .model-container::before { content: 'MODEL APPLICATION'; }
@@ -172,7 +172,7 @@ class GradioInterface:
172
 
173
  with gr.Blocks(css=custom_css, theme=gr.themes.Default()) as self.interface:
174
  with gr.Column(elem_classes=["container", "title-container"]):
175
- gr.Markdown("# PROMPT++")
176
  gr.Markdown("### Automating Prompt Engineering by Refining your Prompts")
177
  gr.Markdown("Learn how to generate an improved version of your prompts.")
178
 
 
140
  }
141
 
142
  /* Container labels */
143
+ .title-container::before { content: 'PROMPT++'; }
144
  .input-container::before { content: 'PROMPT REFINEMENT'; }
145
  .analysis-container::before { content: 'ANALYSIS & REFINEMENT'; }
146
  .model-container::before { content: 'MODEL APPLICATION'; }
 
172
 
173
  with gr.Blocks(css=custom_css, theme=gr.themes.Default()) as self.interface:
174
  with gr.Column(elem_classes=["container", "title-container"]):
175
+ # gr.Markdown("# PROMPT++")
176
  gr.Markdown("### Automating Prompt Engineering by Refining your Prompts")
177
  gr.Markdown("Learn how to generate an improved version of your prompts.")
178