Anonymous commited on
Commit
4092a79
·
1 Parent(s): 0c5ef33

change theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def get_datasets(task):
33
  return tasks_datasets.get(task, [])
34
 
35
 
36
- with gr.Blocks() as demo:
37
  with gr.Row():
38
  gr.Markdown("## Multilingual Prompt Generator")
39
 
 
33
  return tasks_datasets.get(task, [])
34
 
35
 
36
+ with gr.Blocks(theme=gr.themes.Soft()) as demo:
37
  with gr.Row():
38
  gr.Markdown("## Multilingual Prompt Generator")
39