Update app.py
Browse files
app.py
CHANGED
@@ -211,7 +211,7 @@ with gr.Blocks(theme=gr.themes.Default(), css=css) as demo:
|
|
211 |
|
212 |
with gr.Group('Interpretation'):
|
213 |
interpretation_prompt = gr.Text(suggested_interpretation_prompts[0], label='Interpretation Prompt')
|
214 |
-
|
215 |
# gr.Markdown('''
|
216 |
# Here are some examples of prompts we can analyze their internal representations:
|
217 |
# ''')
|
|
|
211 |
|
212 |
with gr.Group('Interpretation'):
|
213 |
interpretation_prompt = gr.Text(suggested_interpretation_prompts[0], label='Interpretation Prompt')
|
214 |
+
gr.Examples([[p] for p in suggested_interpretation_prompts], [interpretation_prompt])
|
215 |
# gr.Markdown('''
|
216 |
# Here are some examples of prompts we can analyze their internal representations:
|
217 |
# ''')
|