seawolf2357 commited on
Commit
f1eb46c
·
verified ·
1 Parent(s): ca6e38f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
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
- css = """
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