prithivMLmods commited on
Commit
e737818
1 Parent(s): 2b576c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -11
app.py CHANGED
@@ -108,17 +108,7 @@ footer {
108
  '''
109
 
110
 
111
- js_func = """
112
- function refresh() {
113
- const url = new URL(window.location);
114
- if (url.searchParams.get('__theme') !== 'dark') {
115
- url.searchParams.set('__theme', 'dark');
116
- window.location.href = url.href;
117
- }
118
- }
119
- """
120
-
121
- with gr.Blocks(css=css, js=js_func, theme="bethecloud/storj_theme") as demo:
122
  with gr.Row():
123
  with gr.Column(scale=1):
124
  prompt = gr.Text(
 
108
  '''
109
 
110
 
111
+ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
 
 
 
 
 
 
 
 
 
 
112
  with gr.Row():
113
  with gr.Column(scale=1):
114
  prompt = gr.Text(