fdaudens HF staff commited on
Commit
45a5061
·
1 Parent(s): d55bd37
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks() as demo:
60
  source_input = gr.Textbox(label="Source URL", value="https://www.whitehouse.gov/")
61
  scrape_button = gr.Button("Scrape and Summarize")
62
 
63
- with gr.Column():
64
  result_output = gr.JSON(label="Result")
65
  exec_info_output = gr.Textbox(label="Execution Info")
66
 
 
60
  source_input = gr.Textbox(label="Source URL", value="https://www.whitehouse.gov/")
61
  scrape_button = gr.Button("Scrape and Summarize")
62
 
63
+ with gr.Column():
64
  result_output = gr.JSON(label="Result")
65
  exec_info_output = gr.Textbox(label="Execution Info")
66