Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ with gr.Blocks() as demo:
|
|
20 |
with gr.Column():
|
21 |
input_text = gr.Textbox(label = "Write your text here", lines=4)
|
22 |
with gr.Row():
|
23 |
-
btn = gr.Button("Generate")
|
24 |
|
25 |
example_text = gr.Dataset(components=[input_text], samples=examples)
|
26 |
example_text.click(fn=set_example,
|
|
|
20 |
with gr.Column():
|
21 |
input_text = gr.Textbox(label = "Write your text here", lines=4)
|
22 |
with gr.Row():
|
23 |
+
btn = gr.Button("Generate ✨")
|
24 |
|
25 |
example_text = gr.Dataset(components=[input_text], samples=examples)
|
26 |
example_text.click(fn=set_example,
|