dar-tau commited on
Commit
18261f8
·
verified ·
1 Parent(s): 01bc0e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -162,10 +162,13 @@ with gr.Blocks(theme=gr.themes.Default(), css=css) as demo:
162
  with gr.Column(scale=1):
163
  gr.Markdown('<span style="font-size:180px;">🤔</span>')
164
 
165
- with gr.Group():
166
- with gr.Row():
167
- for txt in model_info.keys():
168
- gr.Button(txt)
 
 
 
169
 
170
  with gr.Group():
171
  original_prompt_raw = gr.Textbox(value='Should I eat cake or vegetables?', container=True, label='Original Prompt')
 
162
  with gr.Column(scale=1):
163
  gr.Markdown('<span style="font-size:180px;">🤔</span>')
164
 
165
+ # with gr.Group():
166
+ # with gr.Row():
167
+ # for txt in model_info.keys():
168
+ # btn = gr.Button(txt)
169
+ # model_btns.append(btn)
170
+ # for btn in model_btns:
171
+ # btn.click(reset_new_model, [global_state])
172
 
173
  with gr.Group():
174
  original_prompt_raw = gr.Textbox(value='Should I eat cake or vegetables?', container=True, label='Original Prompt')