Julian Vanecek commited on
Commit
755b156
·
1 Parent(s): 1b05784

reverting frontend

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -181,8 +181,7 @@ with gr.Blocks() as demo:
181
 
182
  # Empty bounding box HTML
183
  empty_box_html = """
184
- <div style="min-height: 100px; border: 1px solid #ddd; border-radius: 8px; background-color: #f9f9f9; padding: 20px; display: flex; align-items: center; justify-content: center; color: #666;">
185
- <em>Click 'Process' to get a response...</em>
186
  </div>
187
  """
188
 
 
181
 
182
  # Empty bounding box HTML
183
  empty_box_html = """
184
+ <div style="min-height: 100px; border: 1px solid #ddd; border-radius: 8px; background-color: #f9f9f9; padding: 20px;">
 
185
  </div>
186
  """
187