Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ sql_interface = gr.Interface(
|
|
152 |
)
|
153 |
|
154 |
|
155 |
-
iface = gr.Interface(
|
156 |
.chatbox {display:flex;flex-direction:column}
|
157 |
.user_msg, .resp_msg {padding:4px;margin-bottom:4px;border-radius:4px;width:80%}
|
158 |
.user_msg {background-color:cornflowerblue;color:white;align-self:start}
|
|
|
152 |
)
|
153 |
|
154 |
|
155 |
+
iface = gr.Interface(sqlquery, "text", "html", css="""
|
156 |
.chatbox {display:flex;flex-direction:column}
|
157 |
.user_msg, .resp_msg {padding:4px;margin-bottom:4px;border-radius:4px;width:80%}
|
158 |
.user_msg {background-color:cornflowerblue;color:white;align-self:start}
|