patrickacraig commited on
Commit
9b4e626
·
1 Parent(s): 0d98cc3

adding scrolling

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def cancel_scrape():
103
  print(f"Error cancelling scrape: {e}")
104
  return f"Error cancelling scrape: {e}"
105
 
106
- with gr.Blocks() as iface:
107
  gr.Markdown("# Docs Scraper")
108
  gr.HTML('<a href="https://github.com/patrickacraig/docs-scraper" target="_blank" rel="noopener noreferrer">View on GitHub</a>')
109
  gr.Markdown("""
 
103
  print(f"Error cancelling scrape: {e}")
104
  return f"Error cancelling scrape: {e}"
105
 
106
+ with gr.Blocks(css="body { overflow-y: scroll; }") as iface:
107
  gr.Markdown("# Docs Scraper")
108
  gr.HTML('<a href="https://github.com/patrickacraig/docs-scraper" target="_blank" rel="noopener noreferrer">View on GitHub</a>')
109
  gr.Markdown("""