prithivMLmods commited on
Commit
6111611
1 Parent(s): 4bde525

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def respond(
87
  yield outputs
88
  demo = gr.ChatInterface(
89
  fn=respond,
90
- theme=gr.themes.Soft(primary_hue="blue", secondary_hue="gray"),
91
  additional_inputs=[
92
  gr.Textbox(value="You are a helpful assistant.", label="System message"),
93
  gr.Slider(minimum=1, maximum=8192, value=2048, step=1, label="Max tokens"),
 
87
  yield outputs
88
  demo = gr.ChatInterface(
89
  fn=respond,
90
+ theme="bethecloud/storj_theme",
91
  additional_inputs=[
92
  gr.Textbox(value="You are a helpful assistant.", label="System message"),
93
  gr.Slider(minimum=1, maximum=8192, value=2048, step=1, label="Max tokens"),