Update app.py
Browse files
app.py
CHANGED
@@ -331,7 +331,7 @@ Ready to build something amazing? Upload your circuit! 🔧""")
|
|
331 |
# Gradio Interface Creation
|
332 |
with gr.Blocks(title="TinkerIQ - AI Maker Assistant", theme=gr.themes.Soft()) as app:
|
333 |
# Custom CSS for better styling
|
334 |
-
|
335 |
<style>
|
336 |
.gradio-container {
|
337 |
max-width: 1200px !important;
|
|
|
331 |
# Gradio Interface Creation
|
332 |
with gr.Blocks(title="TinkerIQ - AI Maker Assistant", theme=gr.themes.Soft()) as app:
|
333 |
# Custom CSS for better styling
|
334 |
+
gr.HTML("""
|
335 |
<style>
|
336 |
.gradio-container {
|
337 |
max-width: 1200px !important;
|