Spaces:
Sleeping
Sleeping
admin
commited on
Commit
·
022aaa4
1
Parent(s):
65130e7
update
Browse files
src/modules/bitly-api.min.py
CHANGED
@@ -225,7 +225,7 @@ with gr.Blocks() as demo:
|
|
225 |
with gr.Accordion(open=False, label="Summary"):
|
226 |
json_output = gr.JSON(label="JSON Summary")
|
227 |
with gr.Accordion(open=False, label="Preview"):
|
228 |
-
preview_output = gr.
|
229 |
|
230 |
gr.Examples([
|
231 |
['http://example.com'],
|
|
|
225 |
with gr.Accordion(open=False, label="Summary"):
|
226 |
json_output = gr.JSON(label="JSON Summary")
|
227 |
with gr.Accordion(open=False, label="Preview"):
|
228 |
+
preview_output = gr.TextArea(label="Raw Text")
|
229 |
|
230 |
gr.Examples([
|
231 |
['http://example.com'],
|