antimoda1 commited on
Commit
9c65c0f
·
1 Parent(s): e43669b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -261,7 +261,7 @@ def ask_llm(query, filtered_indices_state):
261
 
262
  # Создаем интерфейс Gradio
263
  with gr.Blocks(title="RAG Application", theme=gr.themes.Soft()) as iface:
264
- gr.Markdown("# Справочник по общественного истории транспорта Рязани")
265
 
266
  # Строка 1: поиск и фильтр по датам
267
  with gr.Row():
 
261
 
262
  # Создаем интерфейс Gradio
263
  with gr.Blocks(title="RAG Application", theme=gr.themes.Soft()) as iface:
264
+ gr.Markdown("## Справочник по общественного истории транспорта Рязани")
265
 
266
  # Строка 1: поиск и фильтр по датам
267
  with gr.Row():