NealCaren commited on
Commit
566cb6b
1 Parent(s): 0508f51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ block = gr.Blocks(theme = 'bethecloud/storj_theme')
120
 
121
  with block:
122
  gr.Markdown("# Ask the Sociology 101 Textbook")
123
- gr.Markdown("![](https://huggingface.co/spaces/NealCaren/Ask101/resolve/main/rw_cover.jpg)
124
  gr.Markdown(intro_text)
125
 
126
  # Define the input and output blocks
 
120
 
121
  with block:
122
  gr.Markdown("# Ask the Sociology 101 Textbook")
123
+ gr.Image("https://huggingface.co/spaces/NealCaren/Ask101/resolve/main/rw_cover.jpg")
124
  gr.Markdown(intro_text)
125
 
126
  # Define the input and output blocks