Skip to content

Commit

Permalink
Merge pull request #43 from rmusser01/main
Browse files Browse the repository at this point in the history
Fixing double tab screwup in gradio
  • Loading branch information
rmusser01 authored Oct 22, 2024
2 parents 075f788 + 243163e commit aeb9727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App_Function_Libraries/Gradio_UI/Website_scraping_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ async def scrape_with_retry(url: str, max_retries: int = 3, retry_delay: float =


def create_website_scraping_tab():
with gr.TabItem("Website Scraping", visible=True):
gr.Markdown("# Scrape Websites & Summarize Articles")
with gr.TabItem("Website Scraping", visible=True):
gr.Markdown("# Scrape Websites & Summarize Articles")
with gr.Row():
with gr.Column():
scrape_method = gr.Radio(
Expand Down

0 comments on commit aeb9727

Please sign in to comment.