Dagfinn1962 commited on
Commit
95af61e
·
verified ·
1 Parent(s): 5d1efb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,9 +28,9 @@ def generate(starting_text):
28
 
29
  if response_end != "":
30
  return response_end
31
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
32
 
33
- #with gr.Blocks(theme='soft') as demo:
34
  #with grad.Blocks(css='style.css') as demo:
35
  grad.HTML(
36
  """
 
28
 
29
  if response_end != "":
30
  return response_end
31
+ with grad.Blocks(theme=gr.themes.Soft()) as demo:
32
 
33
+ #with grad.Blocks(theme='soft') as demo:
34
  #with grad.Blocks(css='style.css') as demo:
35
  grad.HTML(
36
  """