Update app.py
Browse files
app.py
CHANGED
@@ -469,7 +469,6 @@ def github_tool(
|
|
469 |
except requests.exceptions.RequestException as e: # Dodana obs艂uga b艂臋d贸w request贸w
|
470 |
return f"**B艂膮d po艂膮czenia:** {str(e)}"
|
471 |
|
472 |
-
|
473 |
with gr.Blocks() as demo:
|
474 |
gr.Markdown("# Narz臋dzie GitHub Plugingit (Uproszczony Interfejs)")
|
475 |
|
|
|
469 |
except requests.exceptions.RequestException as e: # Dodana obs艂uga b艂臋d贸w request贸w
|
470 |
return f"**B艂膮d po艂膮czenia:** {str(e)}"
|
471 |
|
|
|
472 |
with gr.Blocks() as demo:
|
473 |
gr.Markdown("# Narz臋dzie GitHub Plugingit (Uproszczony Interfejs)")
|
474 |
|