dipsikha25 commited on
Commit
7d68f35
·
verified ·
1 Parent(s): fd6f79d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -1129,7 +1129,12 @@ with gr.Blocks() as demo:
1129
  definition = gr.Markdown()
1130
  with gr.Tab('Business Meaning'):
1131
  business = gr.Markdown()
 
 
1132
  with gr.Tab('Formula'):
 
 
 
1133
 
1134
  gr.Markdown("## 🔄 DAX to SQL Conversion")
1135
 
@@ -1152,12 +1157,6 @@ with gr.Blocks() as demo:
1152
 
1153
  formula = gr.Textbox(label='Extracted Formula', lines=6)
1154
 
1155
-
1156
- with gr.Tab('Notes'):
1157
- notes = gr.Markdown()
1158
- with gr.Tab('Comparison'):
1159
- comparison = gr.HTML('<div class="empty-state">Comparison results will appear here.</div>')
1160
-
1161
  excel_mapping_state = gr.State(DEFAULT_MAPPING)
1162
  current_kpi_state = gr.State('')
1163
 
 
1129
  definition = gr.Markdown()
1130
  with gr.Tab('Business Meaning'):
1131
  business = gr.Markdown()
1132
+ with gr.Tab('Notes'):
1133
+ notes = gr.Markdown()
1134
  with gr.Tab('Formula'):
1135
+ formula = gr.Textbox(label='Extracted Formula', lines=6)
1136
+ with gr.Tab('Comparison'):
1137
+ comparison = gr.HTML('<div class="empty-state">Comparison results will appear here.</div>')
1138
 
1139
  gr.Markdown("## 🔄 DAX to SQL Conversion")
1140
 
 
1157
 
1158
  formula = gr.Textbox(label='Extracted Formula', lines=6)
1159
 
 
 
 
 
 
 
1160
  excel_mapping_state = gr.State(DEFAULT_MAPPING)
1161
  current_kpi_state = gr.State('')
1162