Update app.py
Browse files
app.py
CHANGED
@@ -115,8 +115,6 @@ iframe = '''
|
|
115 |
<iframe style="border-radius:12px" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRroWVBXq1Fa0x7SvRTzSBMHFIp59VtVEWCxeg8kWJU4ll1_o4yzBnt4ArT88s7g4TQrMKEXZUQAeHF/pubhtml?widget=true&headers=false" width="100%" height="352" frameBorder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
|
116 |
'''
|
117 |
|
118 |
-
@font-face { font-family: src: url('https://fonts.googleapis.com/css2?family=Oswald:[email protected]&display=swap')
|
119 |
-
|
120 |
|
121 |
|
122 |
|
@@ -179,7 +177,6 @@ theme = gr.themes.Monochrome(
|
|
179 |
|
180 |
# Setup the Gradio Blocks interface with custom layout components
|
181 |
with gr.Blocks(theme=theme) as demo:
|
182 |
-
theme='gstaff/xkcd'
|
183 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
184 |
with gr.Row():
|
185 |
with gr.Column():
|
|
|
115 |
<iframe style="border-radius:12px" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRroWVBXq1Fa0x7SvRTzSBMHFIp59VtVEWCxeg8kWJU4ll1_o4yzBnt4ArT88s7g4TQrMKEXZUQAeHF/pubhtml?widget=true&headers=false" width="100%" height="352" frameBorder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
|
116 |
'''
|
117 |
|
|
|
|
|
118 |
|
119 |
|
120 |
|
|
|
177 |
|
178 |
# Setup the Gradio Blocks interface with custom layout components
|
179 |
with gr.Blocks(theme=theme) as demo:
|
|
|
180 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
181 |
with gr.Row():
|
182 |
with gr.Column():
|