AilexGPT commited on
Commit
9074e07
·
verified ·
1 Parent(s): 346e2ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ def check_rand(inp,val):
227
  else:
228
  return gr.Slider(label="Seed", minimum=1, maximum=1111111111111111, value=int(val))
229
 
230
- with gr.Blocks() as app:
231
  gr.HTML("""<center><h1 style='font-size:xx-large;'>Chatbot Model Compare</h1><br><h3>running on Huggingface Inference Client</h3><br><h7>EXPERIMENTAL""")
232
  with gr.Row():
233
  chat_a = gr.Chatbot(height=500)
 
227
  else:
228
  return gr.Slider(label="Seed", minimum=1, maximum=1111111111111111, value=int(val))
229
 
230
+ with gr.Blocks(theme='syddharth/gray-minimal') as app:
231
  gr.HTML("""<center><h1 style='font-size:xx-large;'>Chatbot Model Compare</h1><br><h3>running on Huggingface Inference Client</h3><br><h7>EXPERIMENTAL""")
232
  with gr.Row():
233
  chat_a = gr.Chatbot(height=500)