Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,17 +49,6 @@ def generate_plant_info(plant_name, language):
|
|
49 |
output = generator(messages)
|
50 |
return output[0]["generated_text"]
|
51 |
|
52 |
-
# Custom CSS for styling
|
53 |
-
custom_css = """
|
54 |
-
.gradio-container {
|
55 |
-
max-width: 700px !important;
|
56 |
-
margin: auto !important;
|
57 |
-
padding: 20px !important;
|
58 |
-
background: #ffffff !important;
|
59 |
-
border-radius: 12px !important;
|
60 |
-
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important;
|
61 |
-
}
|
62 |
-
"""
|
63 |
|
64 |
# Create Gradio interface
|
65 |
demo = gr.Interface(
|
|
|
49 |
output = generator(messages)
|
50 |
return output[0]["generated_text"]
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
# Create Gradio interface
|
54 |
demo = gr.Interface(
|