Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -58,10 +58,21 @@ div.svelte-awbtu4 {
|
|
58 |
}
|
59 |
.app.svelte-ac4rv4.svelte-ac4rv4 {
|
60 |
max-width: none;
|
61 |
-
background-color: #
|
62 |
}
|
63 |
.app.svelte-ac4rv4.svelte-ac4rv4{max-width:none}
|
64 |
.wrap.svelte-1o68geq.svelte-1o68geq {max-height: none}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
"""
|
66 |
|
67 |
md = """This is some code:
|
@@ -102,6 +113,7 @@ def chatbot(input_text):
|
|
102 |
|
103 |
with gr.Blocks(css=css, elem_classes=".app.svelte-ac4rv4.svelte-ac4rv4") as demo:
|
104 |
realPath = str(os.path.dirname(os.path.realpath(__file__)))
|
|
|
105 |
gpt = gr.Chatbot(label="Converse com GPT Super da CD2",elem_classes=".wrap.svelte-1o68geq.svelte-1o68geq", elem_id="chatbot").style(container=True)
|
106 |
msg = gr.Textbox(elem_id="div.svelte-awbtu4",elem_classes="div.svelte-awbtu4", show_label=False,
|
107 |
placeholder="Bem vindo ao ExpoSuper, Qual sua pergunta?",
|
|
|
58 |
}
|
59 |
.app.svelte-ac4rv4.svelte-ac4rv4 {
|
60 |
max-width: none;
|
61 |
+
background-color: #ffffff;
|
62 |
}
|
63 |
.app.svelte-ac4rv4.svelte-ac4rv4{max-width:none}
|
64 |
.wrap.svelte-1o68geq.svelte-1o68geq {max-height: none}
|
65 |
+
.block.svelte-mppz8v {
|
66 |
+
position: relative;
|
67 |
+
margin: 0;
|
68 |
+
box-shadow: var(--block-shadow);
|
69 |
+
border-width: var(--block-border-width);
|
70 |
+
border-color: #dbeafe;
|
71 |
+
border-radius: var(--block-radius);
|
72 |
+
background: #dbeafe;
|
73 |
+
width: 100%;
|
74 |
+
line-height: var(--line-sm);}
|
75 |
+
|
76 |
"""
|
77 |
|
78 |
md = """This is some code:
|
|
|
113 |
|
114 |
with gr.Blocks(css=css, elem_classes=".app.svelte-ac4rv4.svelte-ac4rv4") as demo:
|
115 |
realPath = str(os.path.dirname(os.path.realpath(__file__)))
|
116 |
+
img1 = gr.Image("docs/imagem teste.png")
|
117 |
gpt = gr.Chatbot(label="Converse com GPT Super da CD2",elem_classes=".wrap.svelte-1o68geq.svelte-1o68geq", elem_id="chatbot").style(container=True)
|
118 |
msg = gr.Textbox(elem_id="div.svelte-awbtu4",elem_classes="div.svelte-awbtu4", show_label=False,
|
119 |
placeholder="Bem vindo ao ExpoSuper, Qual sua pergunta?",
|