Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -140,3 +140,19 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
|
140 |
# Launch the Gradio app to allow user interaction
|
141 |
demo.launch(share = True)
|
142 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
# Launch the Gradio app to allow user interaction
|
141 |
demo.launch(share = True)
|
142 |
|
143 |
+
def display_iframe():
|
144 |
+
return display_iframe
|
145 |
+
def display_image():
|
146 |
+
return
|
147 |
+
"https://huggingface.co/spaces/AquaGuard/chess-chatbot/resolve/main/IMG_2031.JPG"
|
148 |
+
|
149 |
+
theme = gr.themes.Monochrome(
|
150 |
+
primary_hue=96, 123, 219,
|
151 |
+
secondary_hue=240, 243, 255,
|
152 |
+
).set(
|
153 |
+
background_fill_primary='*primary_200',
|
154 |
+
background_fill_primary_dark='*primary_200',
|
155 |
+
background_fill_secondary='*secondary_300',
|
156 |
+
background_
|
157 |
+
)
|
158 |
+
|