Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,7 +144,7 @@ def generate_pdf(itinerary_text):
|
|
| 144 |
|
| 145 |
return temp_path,gr.update(visible=True)
|
| 146 |
|
| 147 |
-
|
| 148 |
header_html = """
|
| 149 |
<style>
|
| 150 |
@keyframes colorCycle {
|
|
|
|
| 144 |
|
| 145 |
return temp_path,gr.update(visible=True)
|
| 146 |
|
| 147 |
+
with gr.Blocks(theme=gr.themes.Default(primary_hue="teal", secondary_hue="teal")) as demo:
|
| 148 |
header_html = """
|
| 149 |
<style>
|
| 150 |
@keyframes colorCycle {
|