Amanda1234 commited on
Commit
3b022eb
·
verified ·
1 Parent(s): ffdf584

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -24
app.py CHANGED
@@ -139,27 +139,3 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
139
 
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_fill_secondary_dark='*secondary_300',
157
- border_color_accent='*secondary_200',
158
- border_color_accent_dark='*secondary_600',
159
- border_color_accent_subdued='*secondary_200',
160
- border_color_primary='*secondary_300',
161
- block_border_color='*secondary_200',
162
- button_primary_background_fill='*secondary_300',
163
- button_primary_background_fill_dark='*secondary_300'
164
- )
165
-
 
139
 
140
  # Launch the Gradio app to allow user interaction
141
  demo.launch(share = True)