jer233 commited on
Commit
939a105
·
verified ·
1 Parent(s): d8398e1

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +2 -1
demo.py CHANGED
@@ -52,6 +52,7 @@ css = """
52
 
53
  .input-text {
54
  flex: 3; /* 4 parts of the row */
 
55
  }
56
 
57
  .output-text {
@@ -86,7 +87,7 @@ css = """
86
  """
87
 
88
  # Gradio App
89
- with gr.Blocks(css=css, theme=gr.themes.Default(font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"])) as app:
90
  with gr.Row():
91
  gr.HTML('<div id="header">R-detect On HuggingFace</div>')
92
  with gr.Row():
 
52
 
53
  .input-text {
54
  flex: 3; /* 4 parts of the row */
55
+ margin-right: 1px;
56
  }
57
 
58
  .output-text {
 
87
  """
88
 
89
  # Gradio App
90
+ with gr.Blocks(css=css) as app:
91
  with gr.Row():
92
  gr.HTML('<div id="header">R-detect On HuggingFace</div>')
93
  with gr.Row():