openfree commited on
Commit
631280d
1 Parent(s): d5a4adb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ def chat(message, history, uploaded_file, system_message="", max_tokens=4000, te
182
  yield "", error_history
183
 
184
 
185
- with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css, title="GiniGEN 🤖") as demo:
186
  gr.HTML(
187
  """
188
  <div style="text-align: center; max-width: 800px; margin: 0 auto;">
 
182
  yield "", error_history
183
 
184
 
185
+ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", title="GiniGEN 🤖") as demo:
186
  gr.HTML(
187
  """
188
  <div style="text-align: center; max-width: 800px; margin: 0 auto;">