Update app.py
Browse files
app.py
CHANGED
|
@@ -200,11 +200,7 @@ Your MCP server is generated and ready to use!
|
|
| 200 |
|
| 201 |
# Build Gradio Interface
|
| 202 |
with gr.Blocks(
|
| 203 |
-
title="MCP Generator"
|
| 204 |
-
css="""
|
| 205 |
-
.gradio-container {max-width: 1200px !important}
|
| 206 |
-
.output-box {border: 2px solid #4CAF50; border-radius: 8px; padding: 16px;}
|
| 207 |
-
"""
|
| 208 |
) as app:
|
| 209 |
|
| 210 |
gr.Markdown("""
|
|
|
|
| 200 |
|
| 201 |
# Build Gradio Interface
|
| 202 |
with gr.Blocks(
|
| 203 |
+
title="MCP Generator"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 204 |
) as app:
|
| 205 |
|
| 206 |
gr.Markdown("""
|