Add application file
Browse files
app.py
CHANGED
@@ -900,4 +900,4 @@ gr.Interface(fn=get_reply,
|
|
900 |
theme="default",
|
901 |
inputs=[gr.inputs.Textbox(placeholder="How are you?"), "state"],
|
902 |
outputs=["html", "state"],
|
903 |
-
css=css).launch()
|
|
|
900 |
theme="default",
|
901 |
inputs=[gr.inputs.Textbox(placeholder="How are you?"), "state"],
|
902 |
outputs=["html", "state"],
|
903 |
+
css=css).launch()
|