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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def generate(starting_text):
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:
 
28
 
29
  if response_end != "":
30
  return response_end
31
+ with grad.Blocks(theme=grad.themes.Soft()) as demo:
32
 
33
  #with grad.Blocks(theme='soft') as demo:
34
  #with grad.Blocks(css='style.css') as demo: