dar-tau commited on
Commit
aa46660
·
verified ·
1 Parent(s): 18c3938

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  # ''')