prithivMLmods commited on
Commit
e445444
β€’
1 Parent(s): 46a8f39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def check_rand(inp,val):
100
  else:
101
  return gr.Slider(label="Seed", minimum=1, maximum=1111111111111111, value=int(val))
102
 
103
- with gr.Blocks() as app:
104
  memory=gr.State()
105
  gr.HTML("""""")
106
  chat_b = gr.Chatbot(height=500)
 
100
  else:
101
  return gr.Slider(label="Seed", minimum=1, maximum=1111111111111111, value=int(val))
102
 
103
+ with gr.Blocks(theme="bethecloud/storj_theme") as app:
104
  memory=gr.State()
105
  gr.HTML("""""")
106
  chat_b = gr.Chatbot(height=500)