Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,8 +45,8 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
45 |
|
46 |
demo = gr.ChatInterface(
|
47 |
respond,
|
48 |
-
|
49 |
-
|
50 |
additional_inputs=[
|
51 |
gr.Textbox("You are helpful AI", label="System Prompt"),
|
52 |
gr.Slider(500,4000, label="Max New Tokens"),
|
|
|
45 |
|
46 |
demo = gr.ChatInterface(
|
47 |
respond,
|
48 |
+
textbox=gr.Textbox(placeholder="Enter message here", container=False, scale = 7),
|
49 |
+
chatbot=gr.Chatbot(height=400),
|
50 |
additional_inputs=[
|
51 |
gr.Textbox("You are helpful AI", label="System Prompt"),
|
52 |
gr.Slider(500,4000, label="Max New Tokens"),
|