jedick commited on
Commit
c29826e
Β·
1 Parent(s): 050943c

Change title

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: R-help-chat
3
  emoji: πŸ‡·πŸ€πŸ’¬
4
  colorFrom: indigo
5
  colorTo: red
 
1
  ---
2
+ title: RAG Chat with R-help Emails
3
  emoji: πŸ‡·πŸ€πŸ’¬
4
  colorFrom: indigo
5
  colorTo: red
app.py CHANGED
@@ -634,12 +634,12 @@ with gr.Blocks(
634
  extract, None, [extracting], api_name=False
635
  ).then(
636
  change_visibility, [false], [extracting], api_name=False
637
- ).then(
638
- get_info_text, None, [info], api_name=False
639
  ).then(
640
  is_data_present, None, [have_data], api_name=False
641
  ).then(
642
  change_visibility, [have_data], [chat_interface], api_name=False
 
 
643
  ).then(
644
  is_data_missing, None, [need_data], api_name=False
645
  ).then(
 
634
  extract, None, [extracting], api_name=False
635
  ).then(
636
  change_visibility, [false], [extracting], api_name=False
 
 
637
  ).then(
638
  is_data_present, None, [have_data], api_name=False
639
  ).then(
640
  change_visibility, [have_data], [chat_interface], api_name=False
641
+ ).then(
642
+ get_info_text, None, [info], api_name=False
643
  ).then(
644
  is_data_missing, None, [need_data], api_name=False
645
  ).then(