Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ with gr.interface(
|
|
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:
|
|
|
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:
|