Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ demo = gr.Interface(
|
|
80 |
reset_demo = gr.Interface(
|
81 |
fn=reset_names,
|
82 |
inputs=[gr.Textbox(label="List of Names (separated by newline)")],
|
83 |
-
|
84 |
title="Reset Names",
|
85 |
description="Enter new list of names here to reset the app.",
|
86 |
)
|
|
|
80 |
reset_demo = gr.Interface(
|
81 |
fn=reset_names,
|
82 |
inputs=[gr.Textbox(label="List of Names (separated by newline)")],
|
83 |
+
|
84 |
title="Reset Names",
|
85 |
description="Enter new list of names here to reset the app.",
|
86 |
)
|