Abid commited on
Commit
5aa0565
1 Parent(s): 34eab47

cover image size reduced

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -34,9 +34,12 @@ demo = gr.Blocks()
34
  with demo:
35
  gr.Markdown(
36
  """
37
- ![cover](https://huggingface.co/spaces/Gradio-Blocks/RickandMorty-BlockParty/resolve/main/img/img1.png){: .center-image, height="300px", width="300px"}
 
 
38
  # Let's start the party with Rick & Morty
39
  Chat with Morty by typing in the input box below.
 
40
  """
41
  )
42
 
 
34
  with demo:
35
  gr.Markdown(
36
  """
37
+ <center>
38
+ <img src="https://huggingface.co/spaces/Gradio-Blocks/RickandMorty-BlockParty/resolve/main/img/img1.png" alt="dialog" width="250" height="250">
39
+
40
  # Let's start the party with Rick & Morty
41
  Chat with Morty by typing in the input box below.
42
+ </center>
43
  """
44
  )
45