Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,12 +63,12 @@ with gr.interface(
|
|
| 63 |
predict,
|
| 64 |
title = "blockchain teacher",
|
| 65 |
theme = gr.themes.Soft(),
|
| 66 |
-
chatbot = gr.Chatbot(label ="learn about blochchain technology")
|
| 67 |
textbox = gr.Textbox(
|
| 68 |
placeholder = "ask me anything about blochchain",
|
| 69 |
scale = 7
|
| 70 |
max_lines = 2,
|
| 71 |
-
)
|
| 72 |
) as demo:
|
| 73 |
demo.load(attachIp,None,None)
|
| 74 |
|
|
|
|
| 63 |
predict,
|
| 64 |
title = "blockchain teacher",
|
| 65 |
theme = gr.themes.Soft(),
|
| 66 |
+
chatbot = gr.Chatbot(label ="learn about blochchain technology"),
|
| 67 |
textbox = gr.Textbox(
|
| 68 |
placeholder = "ask me anything about blochchain",
|
| 69 |
scale = 7
|
| 70 |
max_lines = 2,
|
| 71 |
+
),
|
| 72 |
) as demo:
|
| 73 |
demo.load(attachIp,None,None)
|
| 74 |
|