brurei commited on
Commit
761c492
1 Parent(s): 5b836f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ div.textBoxBot {
120
  position: relative;
121
  margin: 0;
122
  return str(response.response)
123
-
124
 
125
  with gr.Blocks(css=css) as demo:
126
  realPath = str(os.path.dirname(os.path.realpath(__file__)))
 
120
  position: relative;
121
  margin: 0;
122
  return str(response.response)
123
+ """
124
 
125
  with gr.Blocks(css=css) as demo:
126
  realPath = str(os.path.dirname(os.path.realpath(__file__)))