dar-tau commited on
Commit
397b0a7
·
verified ·
1 Parent(s): e56f555

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -117,7 +117,7 @@ css = '''
117
  margin-top: 10px;
118
  background: pink;
119
  }
120
- .bubble > textarea {
121
  border: none;
122
  background: pink;
123
  }
@@ -181,6 +181,15 @@ with gr.Blocks(theme=gr.themes.Default(), css=css) as demo:
181
  # for btn in model_btns:
182
  # btn.click(reset_new_model, [global_state])
183
 
 
 
 
 
 
 
 
 
 
184
  with gr.Group():
185
  original_prompt_raw = gr.Textbox(value='Should I eat cake or vegetables?', container=True, label='Original Prompt')
186
  original_prompt_btn = gr.Button('Compute', variant='primary')
 
117
  margin-top: 10px;
118
  background: pink;
119
  }
120
+ .bubble textarea {
121
  border: none;
122
  background: pink;
123
  }
 
181
  # for btn in model_btns:
182
  # btn.click(reset_new_model, [global_state])
183
 
184
+ with gr.Blocks():
185
+ with gr.Tab('Memory Recall'):
186
+ pass
187
+ with gr.Tab('Physics Understanding'):
188
+ pass
189
+ with gr.Tab('Common Sense'):
190
+ pass
191
+ with gr.Tab('LLM Attacks'):
192
+ pass
193
  with gr.Group():
194
  original_prompt_raw = gr.Textbox(value='Should I eat cake or vegetables?', container=True, label='Original Prompt')
195
  original_prompt_btn = gr.Button('Compute', variant='primary')