Update app.py
Browse files
app.py
CHANGED
@@ -119,11 +119,7 @@ def respond_with_prefix(message, history, max_tokens=10000, temperature=0.7, top
|
|
119 |
print(f"Failed to decode JSON: {e}")
|
120 |
yield "An error occurred while processing your request."
|
121 |
|
122 |
-
|
123 |
-
footer {
|
124 |
-
visibility: hidden;
|
125 |
-
}
|
126 |
-
"""
|
127 |
|
128 |
demo = gr.ChatInterface(css=css,
|
129 |
|
|
|
119 |
print(f"Failed to decode JSON: {e}")
|
120 |
yield "An error occurred while processing your request."
|
121 |
|
122 |
+
|
|
|
|
|
|
|
|
|
123 |
|
124 |
demo = gr.ChatInterface(css=css,
|
125 |
|