admin commited on
Commit
022aaa4
·
1 Parent(s): 65130e7
Files changed (1) hide show
  1. src/modules/bitly-api.min.py +1 -1
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.HTML(label="HTML Preview")
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'],