simonraj commited on
Commit
2bf9bea
1 Parent(s): 8334072

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ system_msg_info = """The system message is used to set the context and behavior
112
 
113
 
114
  #Modifying existing Gradio Theme
115
- theme = gr.themes.Glass(primary_hue="fuchsia", secondary_hue="blue", neutral_hue="red",
116
  text_size=gr.themes.sizes.text_lg)
117
 
118
  with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;}""",
 
112
 
113
 
114
  #Modifying existing Gradio Theme
115
+ theme = gr.themes.Soft(primary_hue="fuchsia", secondary_hue="blue", neutral_hue="red",
116
  text_size=gr.themes.sizes.text_lg)
117
 
118
  with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;}""",