demetz commited on
Commit
3003c6a
·
verified ·
1 Parent(s): 7fd3e45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,7 +71,7 @@ google_font_link = """
71
  """
72
 
73
  with gr.Blocks() as chatbot:
74
- gr.HTML(google_font_link)
75
 
76
  with gr.Row():
77
  with gr.Column(scale=1):
@@ -82,7 +82,7 @@ with gr.Blocks() as chatbot:
82
  show_download_button=False
83
  )
84
  with gr.Column(scale=10):
85
- gr.Markdown('<h1 class="gorf-font">Gorf\'s Character Creator</h1>', elem_classes="gorf-font")
86
 
87
  with gr.Row():
88
 
 
71
  """
72
 
73
  with gr.Blocks() as chatbot:
74
+ # gr.HTML(google_font_link)
75
 
76
  with gr.Row():
77
  with gr.Column(scale=1):
 
82
  show_download_button=False
83
  )
84
  with gr.Column(scale=10):
85
+ gr.Markdown("""#Gorf's Character Shoppe""")
86
 
87
  with gr.Row():
88