Spaces:
Sleeping
Sleeping
Shankar
commited on
Commit
·
89e6f0a
1
Parent(s):
27b25d9
revert theme change
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import gradio as gr
|
|
|
2 |
import pandas as pd
|
3 |
import plotly.express as px
|
4 |
import requests
|
5 |
-
from gradio.themes.base import Default
|
6 |
|
7 |
|
8 |
def get_financial_summary():
|
@@ -75,7 +75,7 @@ def restore_chat():
|
|
75 |
# Frontend
|
76 |
|
77 |
with gr.Blocks(
|
78 |
-
theme=Default(
|
79 |
css="""
|
80 |
#profile-pic-wrapper {
|
81 |
width: 100px;
|
|
|
1 |
import gradio as gr
|
2 |
+
from gradio.themes import Default
|
3 |
import pandas as pd
|
4 |
import plotly.express as px
|
5 |
import requests
|
|
|
6 |
|
7 |
|
8 |
def get_financial_summary():
|
|
|
75 |
# Frontend
|
76 |
|
77 |
with gr.Blocks(
|
78 |
+
theme=Default(),
|
79 |
css="""
|
80 |
#profile-pic-wrapper {
|
81 |
width: 100px;
|