Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ gr.ChatInterface(
|
|
85 |
description = "Ask AIoT SMART Labs Assistant any question about the organization. Note it can make mistakes. Check important info.",
|
86 |
examples = ["What is the IoT Summer Program?", "I'm a 9th grader. Am I eligible for the program?", "What are the dates for the online & live batches?"],
|
87 |
theme = "base",
|
88 |
-
css =
|
89 |
).launch()
|
90 |
|
91 |
# import gradio as gr
|
|
|
85 |
description = "Ask AIoT SMART Labs Assistant any question about the organization. Note it can make mistakes. Check important info.",
|
86 |
examples = ["What is the IoT Summer Program?", "I'm a 9th grader. Am I eligible for the program?", "What are the dates for the online & live batches?"],
|
87 |
theme = "base",
|
88 |
+
css = css,
|
89 |
).launch()
|
90 |
|
91 |
# import gradio as gr
|