Spaces:
Running
Running
Karthikeyan
commited on
Commit
·
813dc44
1
Parent(s):
4922e75
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ class Chatbot:
|
|
190 |
|
191 |
"""Create the Gradio interface for the Chemical Identifier."""
|
192 |
|
193 |
-
with gr.Blocks(css="style.css",theme=
|
194 |
state = gr.State(self.get_empty_state())
|
195 |
with gr.Column(elem_id="col-container"):
|
196 |
gr.HTML(
|
|
|
190 |
|
191 |
"""Create the Gradio interface for the Chemical Identifier."""
|
192 |
|
193 |
+
with gr.Blocks(css="style.css",theme="karthikeyan-adople/hudsonhays-gray") as demo:
|
194 |
state = gr.State(self.get_empty_state())
|
195 |
with gr.Column(elem_id="col-container"):
|
196 |
gr.HTML(
|