sharsh02 commited on
Commit
0461c6b
1 Parent(s): e69b5ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -357,10 +357,8 @@ def generate_function_call(prompt):
357
  output = json.loads(output)
358
  return output
359
 
360
- # theme = "JohnSmith9982/small_and_pretty"
361
- # theme = "gary109/HaleyCH_Theme"
362
- # theme = "derekzen/stardust"
363
- # theme = "Taithrah/Minimal"
364
  js_func = """
365
  function refresh() {
366
  const url = new URL(window.location);
@@ -371,7 +369,11 @@ function refresh() {
371
  }
372
  }
373
  """
374
- theme = "rottenlittlecreature/Moon_Goblin"
 
 
 
 
375
  # theme = "xiaobaiyuan/theme_brief"
376
  # theme = "gary109/Emerald_Isle"
377
  # theme = "gradio/seafoam"
 
357
  output = json.loads(output)
358
  return output
359
 
360
+ theme ="freddyaboulton/dracula_revamped"
361
+
 
 
362
  js_func = """
363
  function refresh() {
364
  const url = new URL(window.location);
 
369
  }
370
  }
371
  """
372
+ # theme = "JohnSmith9982/small_and_pretty"
373
+ # theme = "gary109/HaleyCH_Theme"
374
+ # theme = "derekzen/stardust"
375
+ # theme = "Taithrah/Minimal
376
+ # theme = "rottenlittlecreature/Moon_Goblin"
377
  # theme = "xiaobaiyuan/theme_brief"
378
  # theme = "gary109/Emerald_Isle"
379
  # theme = "gradio/seafoam"