Dagfinn1962 commited on
Commit
26b8f15
·
verified ·
1 Parent(s): e596b1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ def generate(starting_text):
28
 
29
  if response_end != "":
30
  return response_end
31
- theme=gr.themes.Soft()
32
- with grad.Blocks() as demo:
33
  grad.HTML(
34
  """
35
  <div style="text-align: center; max-width: 650px; margin: 0 auto;">
 
28
 
29
  if response_end != "":
30
  return response_end
31
+ with gr.Blocks(css=style.css,theme="dark") as demo:
32
+ #with grad.Blocks(css='style.css') as demo:
33
  grad.HTML(
34
  """
35
  <div style="text-align: center; max-width: 650px; margin: 0 auto;">