Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -177,8 +177,8 @@ with gr.Blocks() as app:
|
|
177 |
json_out=gr.JSON(value=base_stats)
|
178 |
char_stats=gr.Textbox(value=text_stats)
|
179 |
textboxes = []
|
180 |
-
for i in range(
|
181 |
-
t = gr.Button(f"
|
182 |
textboxes.append(t)
|
183 |
#text=gr.JSON()
|
184 |
#inp_query.change(search_models,inp_query,models_dd)
|
|
|
177 |
json_out=gr.JSON(value=base_stats)
|
178 |
char_stats=gr.Textbox(value=text_stats)
|
179 |
textboxes = []
|
180 |
+
for i in range(len(opt)-1):
|
181 |
+
t = gr.Button(f"{opt[i]}")
|
182 |
textboxes.append(t)
|
183 |
#text=gr.JSON()
|
184 |
#inp_query.change(search_models,inp_query,models_dd)
|